summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.h')
-rw-r--r--StarsEx/Game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/StarsEx/Game.h b/StarsEx/Game.h
index cf62744..6f5936e 100644
--- a/StarsEx/Game.h
+++ b/StarsEx/Game.h
@@ -70,7 +70,7 @@ public:
bool Server() { return server; }
bool ShowMouse() { return show_mouse; }
- virtual bool GameLoop();
+ virtual void GameLoop();
virtual void UpdateWorld();
virtual void GameState();
virtual void UpdateScreen();