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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Game.h b/src/Game.h
index 39fdcbc..f6400d9 100644
--- a/src/Game.h
+++ b/src/Game.h
@@ -127,7 +127,6 @@ public:
 	int numpeople;
 	float spawndelay;
 
-	bool customlevels;
 	bool musictoggle;
 	float psychicpower;
 	int type;
@@ -151,6 +150,7 @@ public:
 	int score;
 	int mission;
 	int nummissions;
+	struct Level* levels;
 	int numpossibleguns;
 	int possiblegun[6];
 	int evilprobability;