summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.h')
-rw-r--r--StarsEx/Game.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/StarsEx/Game.h b/StarsEx/Game.h
index 8a9caa8..50b3379 100644
--- a/StarsEx/Game.h
+++ b/StarsEx/Game.h
@@ -56,9 +56,9 @@ public:
DWORD Frame();
- bool Active() { return active; }
- bool Paused() { return paused; }
- virtual bool Server() { return false; }
+ bool Active() const { return active; }
+ bool Paused() const { return paused; }
+ virtual bool Server() const { return false; }
virtual void PumpEvents();
virtual void GameLoop();