cleanup
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@142 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -360,14 +360,6 @@ int mainmenu(stCloneKeenPlus *pCKP,int defaultopt)
|
||||
return selection;
|
||||
}
|
||||
|
||||
void initialiazeDlgStruct(stDlgStruct *pDlgStruct)
|
||||
{
|
||||
pDlgStruct->OptionSwitch = (stOptionSwitch*) malloc(pDlgStruct->num_OptionSwitches*sizeof(stOptionSwitch));
|
||||
pDlgStruct->Separator = (stSeparator*) malloc(pDlgStruct->num_Separators*sizeof(stSeparator));
|
||||
pDlgStruct->StarterSwitch = (stStarterSwitch*) malloc(pDlgStruct->num_StarterSwitch*sizeof(stStarterSwitch));
|
||||
pDlgStruct->TextLine = (stTextLine*) malloc(pDlgStruct->num_TextLines*sizeof(stTextLine));
|
||||
}
|
||||
|
||||
int getDifficulty(stCloneKeenPlus *pCKP)
|
||||
{
|
||||
CDialog *DifficultyMenu;
|
||||
|
||||
Reference in New Issue
Block a user