summaryrefslogtreecommitdiff
path: root/noncore/games/kbill/Game.h
Side-by-side diff
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
@@ -1,13 +1,13 @@
#ifndef GAME_H
#define GAME_H
#include "objects.h"
class Game {
- unsigned state;
+ int state;
int efficiency;
public:
unsigned score, level, iteration;
Picture logo;
int grabbed;