Small fixes

This commit is contained in:
Such Meme, Many Skill
2020-03-31 00:16:46 +02:00
parent c4783fc2ca
commit 33a64abfb0
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ int menu_make(menu_entry *entries, int amount, char *toptext){
if (calculatedamount){
SWAPCOLOR(COLOR_DEFAULT);
SWAPBGCOLOR(COLOR_WHITE);
gfx_printf("%3d entries\n", amount);
gfx_printf("%3d entries\n", calculatedamount);
RESETCOLOR;
}
else