diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-26 20:47:49 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-26 20:47:49 +0000 |
| commit | ddbb7e0b0ea20a115b556b99577e7de07cd703d4 (patch) | |
| tree | 2c10d2df6fc76bd4eb3288963a109cb02656eecb /src/game/server/srv_common.h | |
| parent | 61041e483797e02525547757f75007edceabc0f3 (diff) | |
| download | zcatch-ddbb7e0b0ea20a115b556b99577e7de07cd703d4.tar.gz zcatch-ddbb7e0b0ea20a115b556b99577e7de07cd703d4.zip | |
fixed tdm and ctf scoring
Diffstat (limited to 'src/game/server/srv_common.h')
| -rw-r--r-- | src/game/server/srv_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h index c749241a..74fb607c 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -128,6 +128,7 @@ public: int gametype; gameobject(); + void do_team_wincheck(); void do_warmup(int seconds); void startround(); |