aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/m4.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-04-27 11:23:27 +0000
committerPaul Gilbert2010-04-27 11:23:27 +0000
commit46c520f7972cac192b018896a039264a47984526 (patch)
tree514b98d44c6297ebf1b717cdc43aebd3c0f92f2b /engines/m4/m4.h
parent03b229dcbaa184341dffbf7ed3f6cf5921647055 (diff)
downloadscummvm-rg350-46c520f7972cac192b018896a039264a47984526.tar.gz
scummvm-rg350-46c520f7972cac192b018896a039264a47984526.tar.bz2
scummvm-rg350-46c520f7972cac192b018896a039264a47984526.zip
Added further timer method implementation. Also renamed some of the classes to match those of the original engine, based on the contents of various in-game error messages
svn-id: r48816
Diffstat (limited to 'engines/m4/m4.h')
-rw-r--r--engines/m4/m4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/m4/m4.h b/engines/m4/m4.h
index 618e942ba5..f732bdd559 100644
--- a/engines/m4/m4.h
+++ b/engines/m4/m4.h
@@ -210,6 +210,7 @@ private:
void showDialog();
public:
MadsConversation _converse;
+ uint32 _currentTimer;
public:
MadsEngine(OSystem *syst, const M4GameDescription *gameDesc);
virtual ~MadsEngine();