From 873dfb95776a4baef32e3b8e70d0ec17a3ea5ce5 Mon Sep 17 00:00:00 2001 From: Wanne Date: Tue, 2 Oct 2012 07:39:26 +0000 Subject: [PATCH] - MP: Bugfix: Fix for the bullet stock bug (by haydent) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5601 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Multiplayer/client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Multiplayer/client.cpp b/Multiplayer/client.cpp index e61ef48e..9e095159 100644 --- a/Multiplayer/client.cpp +++ b/Multiplayer/client.cpp @@ -990,6 +990,7 @@ void recieveHIT(RPCParameters *rpcParameters) INT8 bTeam=pSoldier->bTeam; INT32 iBullet = bTable[bTeam][SWeaponHit->iBullet].local_id; + StopBullet( iBullet ); RemoveBullet(iBullet); //ScreenMsg( FONT_MCOLOR_LTYELLOW, MSG_INTERFACE, L"removed bullet" );