1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-14 00:54:05 +02:00

Fix Lara drawing guns when exiting water (#389)

This commit is contained in:
SaracenOne
2022-01-17 20:21:52 +00:00
committed by GitHub
parent 3d4de3ac65
commit 32ca26c934

View File

@@ -1707,6 +1707,7 @@ struct Lara : ItemObj
//game->waterDrop(pos, 128.0f, 0.2f);
animSet(ANIM_WATER_OUT, true);
setWeaponState(WEAPON_STATE_BUSY);
waterState = WATER_STATE_ABOVE;
goalState = STATE_STOP;