Fix broken menus

This commit is contained in:
Such Meme, Many Skill
2020-05-04 20:48:23 +02:00
parent a9ea9725d4
commit 74ba5bb776
4 changed files with 5 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ int menu_make(menu_entry *entries, int amount, const char *toptext){
gfx_clearscreen();
calculatedamount = mu_countObjects(entries, ISMENU);
calculatedamount = mu_countObjects(entries, amount, ISMENU);
gfx_con_setpos(0, 16);