arreglos en screen
This commit is contained in:
@@ -2701,15 +2701,15 @@ void Game::checkGameInput() {
|
||||
|
||||
// Comprueba las teclas de cambiar el tamaño de la centana y el modo de video
|
||||
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();
|
||||
}
|
||||
|
||||
// Modo Demo activo
|
||||
|
||||
Reference in New Issue
Block a user