arreglos en screen
This commit is contained in:
@@ -660,15 +660,15 @@ void Title::checkInput() {
|
||||
} else
|
||||
#endif
|
||||
if (input->checkInput(input_window_fullscreen, REPEAT_FALSE)) {
|
||||
screen->switchVideoMode();
|
||||
screen->toggleVideoMode();
|
||||
}
|
||||
|
||||
else if (input->checkInput(input_window_dec_size, REPEAT_FALSE)) {
|
||||
screen->decWindowSize();
|
||||
screen->decWindowZoom();
|
||||
}
|
||||
|
||||
else if (input->checkInput(input_window_inc_size, REPEAT_FALSE)) {
|
||||
screen->incWindowSize();
|
||||
screen->incWindowZoom();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -891,7 +891,7 @@ void Title::updateMenuLabels() {
|
||||
|
||||
// Aplica las opciones de menu seleccionadas
|
||||
void Title::applyOptions() {
|
||||
screen->setVideoMode(options->videoMode);
|
||||
screen->setVideoMode(options->videoMode != 0);
|
||||
|
||||
lang->setLang(options->language);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user