more fixes

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@110 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
albertzeyer
2009-07-22 22:12:16 +00:00
parent b69724ad38
commit dc00f691ca
2 changed files with 8 additions and 10 deletions

View File

@@ -70,14 +70,14 @@ typedef struct stControl
stLevelControl levelcontrol;
} stControl;
typedef struct stGameData
struct stGameData
{
std::string DataDirectory;
short Episode;
std::string Name;
std::string FileList[MAX_NUMBER_OF_FILES];
stGameData() : Episode(0) {}
} stGameData;
};
typedef struct stResources