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