diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-09-26 07:31:14 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-09-26 07:31:14 +0000 |
| commit | d33bdd1dbbf1f7ffe60fd781cde4580b5951da56 (patch) | |
| tree | cdd9fe816216a72a1ca4d8318cf8ef69d1f4fdcb /src/game/server/srv_ctf.h | |
| parent | fb87d00c8dfde266a46d5479838f06bce0b375fd (diff) | |
| download | zcatch-d33bdd1dbbf1f7ffe60fd781cde4580b5951da56.tar.gz zcatch-d33bdd1dbbf1f7ffe60fd781cde4580b5951da56.zip | |
cleaned up ctf a bit
Diffstat (limited to 'src/game/server/srv_ctf.h')
| -rw-r--r-- | src/game/server/srv_ctf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/server/srv_ctf.h b/src/game/server/srv_ctf.h index 70bb7777..e7bc93ab 100644 --- a/src/game/server/srv_ctf.h +++ b/src/game/server/srv_ctf.h @@ -27,9 +27,6 @@ public: flag(int _team); - bool is_grounded(); - virtual void reset(); - virtual void tick(); virtual void snap(int snapping_client); }; |