working on options menu, almost done
This commit is contained in:
@@ -24,7 +24,7 @@ Director::Director(std::string path)
|
||||
// Inicializa el objeto de idioma
|
||||
mLang = new Lang(mFileList);
|
||||
|
||||
// Crea el objeto y carga el fichero de configuración
|
||||
// Crea el puntero a la estructura y carga el fichero de configuración
|
||||
mOptions = new options_t;
|
||||
if (!loadConfigFile())
|
||||
{
|
||||
@@ -32,11 +32,8 @@ Director::Director(std::string path)
|
||||
mOptions->windowSize = 3;
|
||||
mOptions->language = en_UK;
|
||||
mOptions->fullScreenMode = 0;
|
||||
mOptions->fullScreenModePrevious = 0;
|
||||
mOptions->windowSize = 3;
|
||||
mOptions->windowSizePrevious = 3;
|
||||
mOptions->language = en_UK;
|
||||
mOptions->languagePrevious = en_UK;
|
||||
mOptions->difficulty = 0;
|
||||
mOptions->player1Input = INPUT_USE_KEYBOARD;
|
||||
mOptions->player2Input = INPUT_USE_GAMECONTROLLER;
|
||||
|
||||
Reference in New Issue
Block a user