diff options
Diffstat (limited to 'src/Game.h')
| -rw-r--r-- | src/Game.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,8 @@ class Game { void saveHighScore(); void updateSong(); - void handleMenu(); + void handleMenu(unsigned char*); + void handleToggles(unsigned char*); public: // Event loop Boolean gQuit; @@ -171,7 +172,6 @@ public: int murderer; float timeremaining; int whichsong; - int oldscore; int highscore; int score; int mission; |
