shift menu down for PAL wii's

This commit is contained in:
dborth 2008-10-04 02:56:38 +00:00
parent 9faeed4c70
commit 201797264d

View File

@ -440,7 +440,7 @@ DrawMenu (char items[][50], char *title, int maxitems, int selected, int fontsiz
if (screenheight == 480)
ypos += 52;
else
ypos += 32;
ypos += 42;
clearscreen ();