The game didn't allocate memory if data was in a subdir of "data". Fixed

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@125 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-07-24 07:33:37 +00:00
parent 08196ff543
commit d5b1cf1857
5 changed files with 3 additions and 4 deletions

View File

@@ -163,9 +163,7 @@ bool loadStartMenu(stCloneKeenPlus *pCKP)
// Show me the games you detected!
for( int i=0 ; i < pCKP->numGames ; i++ )
{
GamesMenu->addOptionText(pCKP->GameData[i].Name);
}
GamesMenu->animateDialogBox(true);