aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/timeline.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-29 22:27:43 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit2b2a0283322ba1d3852feb59b4cf2a4bcf5ed891 (patch)
treed8b3300b945df64d0cbc3d409c587cd7856f054c /engines/dm/timeline.cpp
parentec28573a3b8dac8728f89cf7d9f221f901812388 (diff)
downloadscummvm-rg350-2b2a0283322ba1d3852feb59b4cf2a4bcf5ed891.tar.gz
scummvm-rg350-2b2a0283322ba1d3852feb59b4cf2a4bcf5ed891.tar.bz2
scummvm-rg350-2b2a0283322ba1d3852feb59b4cf2a4bcf5ed891.zip
DM: Add f444_endGame and checks for Common::EVENT_QUIT
Diffstat (limited to 'engines/dm/timeline.cpp')
-rw-r--r--engines/dm/timeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/timeline.cpp b/engines/dm/timeline.cpp
index 33a99c9b2f..e2b3f5fbc5 100644
--- a/engines/dm/timeline.cpp
+++ b/engines/dm/timeline.cpp
@@ -703,7 +703,7 @@ void Timeline::f248_timelineProcessEvent6_squareWall(TimelineEvent* event) {
_vm->f22_delay(60 * L0638_ps_Sensor->getValue());
_vm->_g524_restartGameAllowed = false;
_vm->_g302_gameWon = true;
- warning(false, "MISSING CODE: F0444_STARTEND_Endgame");
+ _vm->f444_endGame(true);
}
}
}