aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/drascula/drascula.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/drascula/drascula.cpp b/engines/drascula/drascula.cpp
index c4cb64b40d..2631f5187e 100644
--- a/engines/drascula/drascula.cpp
+++ b/engines/drascula/drascula.cpp
@@ -557,7 +557,8 @@ bucles:
} else if (cont_sv == 1500) {
salva_pantallas();
cont_sv = 0;
- } else cont_sv++;
+ } else
+ cont_sv++;
goto bucles;
}
@@ -1556,7 +1557,9 @@ void DrasculaEngine::update_events() {
boton_dch = 0;
break;
case Common::EVENT_QUIT:
-
+ // TODO
+ salir_al_dos(0);
+ exit(0);
break;
default:
break;