From 29a22bb5fd8a3d33705cce79579760c936802d29 Mon Sep 17 00:00:00 2001 From: Lukasz Wlasinksi Date: Fri, 3 Dec 2004 00:57:16 +0000 Subject: [PATCH] more changes in Damage MSG --- dlls/csx/source/usermsg.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/csx/source/usermsg.cpp b/dlls/csx/source/usermsg.cpp index 63f81ba8..a8103ffb 100755 --- a/dlls/csx/source/usermsg.cpp +++ b/dlls/csx/source/usermsg.cpp @@ -59,10 +59,11 @@ void Client_Damage(void* mValue){ bits = *(int*)mValue; break; case 3: - if (!mPlayer || !damage || !*(float*)mValue || bits) { + if (!mPlayer || !damage || bits){ ignore = true; break; } + edict_t *enemy; enemy = mPlayer->pEdict->v.dmg_inflictor;