Refactor lara_fire.cpp

This commit is contained in:
Sezz 2021-11-20 15:39:05 +11:00
parent f30ae8839e
commit a036810db9
12 changed files with 334 additions and 280 deletions

View file

@ -2049,7 +2049,7 @@ void GuiController::UseCurrentItem()
if (Lara.gunType != WEAPON_FLARE)
{
TrInput = IN_FLARE;
LaraGun();
LaraGun(LaraItem);
TrInput = 0;
}