diff options
Diffstat (limited to 'src/game/server/gs_game_ctf.cpp')
| -rw-r--r-- | src/game/server/gs_game_ctf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/server/gs_game_ctf.cpp b/src/game/server/gs_game_ctf.cpp index 5e3af5c1..3f01702f 100644 --- a/src/game/server/gs_game_ctf.cpp +++ b/src/game/server/gs_game_ctf.cpp @@ -89,7 +89,6 @@ void gameobject_ctf::tick() for(int i = 0; i < 2; i++) flags[i]->reset(); - dbg_msg("", "capture sound %d", SOUND_CTF_CAPTURE); create_sound_global(SOUND_CTF_CAPTURE); } } |