diff options
Diffstat (limited to 'src/game/server/srv_ctf.h')
| -rw-r--r-- | src/game/server/srv_ctf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/srv_ctf.h b/src/game/server/srv_ctf.h index 677940c5..02acef37 100644 --- a/src/game/server/srv_ctf.h +++ b/src/game/server/srv_ctf.h @@ -23,8 +23,8 @@ public: vec2 stand_pos; int team; - int spawntick; int at_stand; + int drop_tick; flag(int _team); |