1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-14 00:54:05 +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;
}
if (!isActive())
if (!isActive()) {
lastKey = cMAX;
return;
}
float lastChoose = phaseChoose;

View File

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