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:
@@ -1707,6 +1707,7 @@ struct Lara : ItemObj
|
|||||||
//game->waterDrop(pos, 128.0f, 0.2f);
|
//game->waterDrop(pos, 128.0f, 0.2f);
|
||||||
|
|
||||||
animSet(ANIM_WATER_OUT, true);
|
animSet(ANIM_WATER_OUT, true);
|
||||||
|
setWeaponState(WEAPON_STATE_BUSY);
|
||||||
|
|
||||||
waterState = WATER_STATE_ABOVE;
|
waterState = WATER_STATE_ABOVE;
|
||||||
goalState = STATE_STOP;
|
goalState = STATE_STOP;
|
||||||
|
Reference in New Issue
Block a user