diff options
Diffstat (limited to 'src/game/client/gc_effects.cpp')
| -rw-r--r-- | src/game/client/gc_effects.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/client/gc_effects.cpp b/src/game/client/gc_effects.cpp index 4b811e2f..79bac29e 100644 --- a/src/game/client/gc_effects.cpp +++ b/src/game/client/gc_effects.cpp @@ -132,10 +132,7 @@ void effect_playerdeath(vec2 pos, int cid) { const skin *s = skin_get(client_datas[cid].skin_id); if(s) - { - dbg_msg("", "good blood color!"); blood_color = s->blood_color; - } } for(int i = 0; i < 64; i++) |