fix file browser bug

This commit is contained in:
dborth 2009-06-18 06:09:14 +00:00
parent dcfbbbc000
commit ffcb6291da
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#include <gccore.h>
#define MAXJOLIET 255
#define MAXDISPLAY 40
#define MAXDISPLAY 37
typedef struct
{

View File

@ -935,7 +935,7 @@ static int MenuGameSelection()
// update gameWindow based on arrow buttons
// set MENU_EXIT if A button pressed on a game
for(i=0; i<PAGESIZE; i++)
for(i=0; i < FILE_PAGESIZE; i++)
{
if(gameBrowser.fileList[i]->GetState() == STATE_CLICKED)
{