Add records
This commit is contained in:
parent
94773472ba
commit
56a410337c
2 changed files with 7 additions and 4 deletions
1
game.h
1
game.h
|
@ -1408,6 +1408,7 @@ void LCR_gameHandleInput(void)
|
|||
if (LCR_game.keyStates[LCR_KEY_B] == 1)
|
||||
{
|
||||
LCR_LOG1("menu open");
|
||||
LCR_gamePopupMessage("");
|
||||
LCR_gameSetState(LCR_GAME_STATE_MENU);
|
||||
LCR_game.menu.selectedItem = 0;
|
||||
LCR_game.menu.selectedTab = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue