about summary refs log tree commit diff
path: root/src/game/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game.h b/src/game/game.h
index abf4b1c1..00df52bc 100644
--- a/src/game/game.h
+++ b/src/game/game.h
@@ -112,6 +112,7 @@ struct obj_game
 	
 	int score_limit;
 	int time_limit;
+	int gametype;
 };
 
 struct obj_projectile
@@ -150,6 +151,7 @@ struct obj_player
 	
 	int hook_active;
 	int hook_x, hook_y;
+	int team;
 };
 
 enum