diff options
Diffstat (limited to 'src/game/server/srv_ctf.cpp')
| -rw-r--r-- | src/game/server/srv_ctf.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/server/srv_ctf.cpp b/src/game/server/srv_ctf.cpp index 81f1bb84..04cf5d30 100644 --- a/src/game/server/srv_ctf.cpp +++ b/src/game/server/srv_ctf.cpp @@ -20,6 +20,7 @@ gameobject_ctf::gameobject_ctf() else { // report massive failure + flags[i] = 0; } } @@ -64,6 +65,9 @@ void gameobject_ctf::tick() { flag *f = flags[fi]; + if(!f) + continue; + // if(f->carrying_player) { |