Cambiadas las opciones por defecto
This commit is contained in:
@@ -1962,9 +1962,9 @@ void IniProgram()
|
||||
event = new SDL_Event();
|
||||
|
||||
prog.music_enabled = true;
|
||||
prog.filter = false;
|
||||
prog.filter = true;
|
||||
SetProgSection(SECTION_MENU);
|
||||
prog.debug = true;
|
||||
prog.debug = false;
|
||||
|
||||
/*if (prog.music_enabled) // [TODO] Jail_Audio encara no permet canviar el volum
|
||||
Mix_VolumeMusic(100);
|
||||
|
||||
Reference in New Issue
Block a user