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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user