1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-17 10:30:47 +02:00

fix dozy mode

This commit is contained in:
XProger
2018-11-19 07:06:02 +03:00
parent c2c70a2359
commit f287a6b49b

View File

@@ -2905,7 +2905,8 @@ struct Lara : Character {
} }
if (dozy && Input::state[pid][cWalk]) { if (dozy && Input::state[pid][cWalk]) {
dozy = false; dozy = false;
stand = STAND_AIR;
return input; return input;
} }