Fix menu bug
This commit is contained in:
parent
4551b50904
commit
a9c8bd1c4b
3 changed files with 17 additions and 18 deletions
2
game.h
2
game.h
|
@ -1733,7 +1733,7 @@ uint8_t LCR_gameStep(uint32_t time)
|
|||
+ LCR_game.menu.selectedTab],LCR_game.menu.itemNamePtrs,
|
||||
LCR_game.menu.itemCount,LCR_game.menu.selectedItem,
|
||||
(LCR_game.menu.selectedTab > 0) &&
|
||||
LCR_game.dataFile.firstItemIndex + LCR_DATA_ITEM_CHUNK - 1
|
||||
LCR_game.dataFile.firstItemIndex + LCR_DATA_ITEM_CHUNK
|
||||
< LCR_game.dataFile.itemsTotal);
|
||||
else
|
||||
LCR_gameDraw3DView();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue