1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-16 10:04:28 +02:00

#11 fix inventory opening once bug

This commit is contained in:
XProger
2018-02-27 02:00:53 +03:00
parent fc29bde5f9
commit e67d73dd06
2 changed files with 5 additions and 3 deletions

View File

@@ -857,8 +857,10 @@ struct Inventory {
titleTimer = 0.0f; titleTimer = 0.0f;
} }
if (!isActive()) if (!isActive()) {
lastKey = cMAX;
return; return;
}
float lastChoose = phaseChoose; float lastChoose = phaseChoose;

View File

@@ -106,8 +106,8 @@ const char *helpText =
"Step Left - Walk + Left@" "Step Left - Walk + Left@"
"Step Right - Walk + Right@" "Step Right - Walk + Right@"
"Out of water - Up + Action@" "Out of water - Up + Action@"
"Handstand - Run + Walk@" "Handstand - Up + Walk@"
"Swan dive - Run + Walk + Jump@" "Swan dive - Up + Walk + Jump@"
"First Person View - Look + Action@" "First Person View - Look + Action@"
"DOZY on - Look + Duck + Action + Jump@" "DOZY on - Look + Duck + Action + Jump@"
"DOZY off - Walk"; "DOZY off - Walk";