aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/mads_logic.cpp')
-rw-r--r--engines/m4/mads_logic.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/m4/mads_logic.cpp b/engines/m4/mads_logic.cpp
index e451a306ef..f3f284d1a3 100644
--- a/engines/m4/mads_logic.cpp
+++ b/engines/m4/mads_logic.cpp
@@ -418,8 +418,12 @@ void MadsSceneLogic::enterScene() {
lowRoomsEntrySound();
}
-void MadsSceneLogic::doAction() {
+void MadsSceneLogic::doPreactions() {
+ warning("Still to do preactions logic");
+}
+void MadsSceneLogic::doAction() {
+ warning("Still to do actions logic");
}
void MadsSceneLogic::sceneStep() {