diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-03 21:32:02 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-03 21:32:02 +0000 |
| commit | a67738e9801a4485cfaf68012279cd5042dc2ab9 (patch) | |
| tree | 5a4fa1db378b9b889b73b66ff9ac974fdc141dca /src/game/game_protocol.h | |
| parent | 30a7246f2fd5e2141de2c37f01b491abe374f3f9 (diff) | |
| download | zcatch-a67738e9801a4485cfaf68012279cd5042dc2ab9.tar.gz zcatch-a67738e9801a4485cfaf68012279cd5042dc2ab9.zip | |
general fixes. fixed scoreboard
Diffstat (limited to 'src/game/game_protocol.h')
| -rw-r--r-- | src/game/game_protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h index f7249501..925de7b8 100644 --- a/src/game/game_protocol.h +++ b/src/game/game_protocol.h @@ -124,6 +124,8 @@ struct obj_game int score_limit; int time_limit; int gametype; + + int teamscore[2]; }; struct obj_projectile |