aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/script.h')
-rw-r--r--engines/m4/script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/m4/script.h b/engines/m4/script.h
index 2eb608ccbb..1aeebbe57a 100644
--- a/engines/m4/script.h
+++ b/engines/m4/script.h
@@ -276,7 +276,7 @@ enum ScriptKernelVariable {
class ScriptInterpreter {
public:
- ScriptInterpreter(M4Engine *vm);
+ ScriptInterpreter(MadsM4Engine *vm);
~ScriptInterpreter();
/* Opens a M4 program file */
void open(const char *filename);
@@ -322,7 +322,7 @@ public:
protected:
- M4Engine *_vm;
+ MadsM4Engine *_vm;
typedef Common::HashMap<Common::String, uint32, Common::IgnoreCase_Hash, Common::IgnoreCase_EqualTo> FunctionNameMap;
Common::File *_scriptFile;