summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Starshatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Starshatter.h')
-rw-r--r--StarsEx/Starshatter.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/StarsEx/Starshatter.h b/StarsEx/Starshatter.h
index ca30124..ecd1a62 100644
--- a/StarsEx/Starshatter.h
+++ b/StarsEx/Starshatter.h
@@ -132,7 +132,6 @@ protected:
virtual bool ResizeVideo();
virtual void InitMouse();
- static Starshatter* instance;
Window* gamewin;
MenuScreen* menuscreen;
LoadScreen* loadscreen;
@@ -200,6 +199,9 @@ protected:
NetLobby* net_lobby;
int chat_mode;
Text chat_text;
+
+private:
+ static Starshatter* instance;
};
#endif // Starshatter_h