diff --git a/src/inventory.h b/src/inventory.h index 7881bc9..c24f52d 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -857,8 +857,10 @@ struct Inventory { titleTimer = 0.0f; } - if (!isActive()) + if (!isActive()) { + lastKey = cMAX; return; + } float lastChoose = phaseChoose; diff --git a/src/ui.h b/src/ui.h index 5ec8a67..6c2af1b 100644 --- a/src/ui.h +++ b/src/ui.h @@ -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";