aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_logic.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-07-29 11:04:54 +0000
committerPaul Gilbert2010-07-29 11:04:54 +0000
commitfd804eb44b3e0f952efc2ffd3c66303e4a1c882c (patch)
tree4c9c42838dd47aaf06b18c65af45efa48ee5162b /engines/m4/mads_logic.h
parentf22821af666fe89a3635d53f02351273b435c952 (diff)
downloadscummvm-rg350-fd804eb44b3e0f952efc2ffd3c66303e4a1c882c.tar.gz
scummvm-rg350-fd804eb44b3e0f952efc2ffd3c66303e4a1c882c.tar.bz2
scummvm-rg350-fd804eb44b3e0f952efc2ffd3c66303e4a1c882c.zip
M4: Further work done on the setup and starting of actions
svn-id: r51461
Diffstat (limited to 'engines/m4/mads_logic.h')
-rw-r--r--engines/m4/mads_logic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/mads_logic.h b/engines/m4/mads_logic.h
index b5608dc721..ec6eff368b 100644
--- a/engines/m4/mads_logic.h
+++ b/engines/m4/mads_logic.h
@@ -61,7 +61,7 @@ public:
void enterScene();
void doPreactions();
void doAction();
- void sceneStep();
+ void doSceneStep();
};
class MadsGameLogic {