Add new records etc.

This commit is contained in:
Miloslav Ciz 2025-06-09 19:55:51 +02:00
parent 89da509806
commit 23c63d101a
4 changed files with 13 additions and 3 deletions

2
game.h
View file

@ -1567,7 +1567,7 @@ void LCR_gameHandleInput(void)
case 1: // maps
if (LCR_gameLoadMap(LCR_game.dataFile.firstItemIndex +
LCR_game.menu.selectedItem))
LCR_game.menu.selectedItem) && LCR_currentMap.blockCount != 0)
LCR_gameSetState(LCR_GAME_STATE_LOADING);
else
{