about summary refs log tree commit diff
path: root/src/game/game.h
diff options
context:
space:
mode:
authorOlle Rosenquist <phobos99@gmail.com>2007-07-21 21:47:21 +0000
committerOlle Rosenquist <phobos99@gmail.com>2007-07-21 21:47:21 +0000
commit093c50fd47a9c6aa985342140faa2d0d85933ccb (patch)
tree2e17b59a1cbd3f088f0c07c7a7dffbd1264c007e /src/game/game.h
parent5f39523f4178430af93af8a7c17ffd9893f415a3 (diff)
downloadzcatch-093c50fd47a9c6aa985342140faa2d0d85933ccb.tar.gz
zcatch-093c50fd47a9c6aa985342140faa2d0d85933ccb.zip
Updated stuff
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