From 0999db0203c4c6c7959d3c32a4cfae64b60c1418 Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Sun, 19 Mar 2006 20:48:37 +0000 Subject: [PATCH] fixed bug at26073 --- dlls/tfc/tfcx/usermsg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/tfc/tfcx/usermsg.cpp b/dlls/tfc/tfcx/usermsg.cpp index be90f71b..0bf64bc8 100755 --- a/dlls/tfc/tfcx/usermsg.cpp +++ b/dlls/tfc/tfcx/usermsg.cpp @@ -150,6 +150,7 @@ void Client_Damage(void* mValue){ case '_': // hmm...nailgun_nail, fastswitch and this one may not be true... //PRINT_CONSOLE("Nail! Class:%d wpn:%d\n",pAttacker->classId,pAttacker->current); weapon = pAttacker->current; + aim = pAttacker->aiming; break; case 'r': weapon = TFC_WPN_FLAMETHROWER;