diff options
Diffstat (limited to 'src/game/client/gc_client.cpp')
| -rw-r--r-- | src/game/client/gc_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 238404d0..b1c1b54e 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -296,7 +296,7 @@ void process_events(int snaptype) else if(item.type == NETEVENTTYPE_DEATH) { NETEVENT_DEATH *ev = (NETEVENT_DEATH *)data; - effect_playerdeath(vec2(ev->x, ev->y)); + effect_playerdeath(vec2(ev->x, ev->y), ev->cid); } else if(item.type == NETEVENTTYPE_SOUND_WORLD) { |