mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-13 16:44:50 +02:00
fix dozy mode
This commit is contained in:
@@ -2905,7 +2905,8 @@ struct Lara : Character {
|
||||
}
|
||||
|
||||
if (dozy && Input::state[pid][cWalk]) {
|
||||
dozy = false;
|
||||
dozy = false;
|
||||
stand = STAND_AIR;
|
||||
return input;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user