1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-13 16:44:50 +02:00

#82 fix weapon draw while swan dive

This commit is contained in:
XProger
2018-10-24 09:53:18 +03:00
parent e0619fa61e
commit 4e3df17276

View File

@@ -844,8 +844,6 @@ struct Lara : Character {
&& state != STATE_SURF_BACK
&& state != STATE_SURF_LEFT
&& state != STATE_SURF_RIGHT
&& state != STATE_SWAN_DIVE
&& state != STATE_FAST_DIVE
&& state != STATE_HANDSTAND
&& state != STATE_WATER_OUT;
}