summary refs log tree commit diff
path: root/src/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Game.h')
-rw-r--r--src/Game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Game.h b/src/Game.h
index 154fbc3..69289d7 100644
--- a/src/Game.h
+++ b/src/Game.h
@@ -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;