summaryrefslogtreecommitdiff
path: root/noncore/games/kbill/Game.h
Unidiff
Diffstat (limited to 'noncore/games/kbill/Game.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/kbill/Game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/kbill/Game.h b/noncore/games/kbill/Game.h
index 4473936..5c9c497 100644
--- a/noncore/games/kbill/Game.h
+++ b/noncore/games/kbill/Game.h
@@ -4,7 +4,7 @@
4#include "objects.h" 4#include "objects.h"
5 5
6class Game { 6class Game {
7 unsigned state; 7 int state;
8 int efficiency; 8 int efficiency;
9public: 9public:
10 unsigned score, level, iteration; 10 unsigned score, level, iteration;