aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_stacks/preview.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/myst_stacks/preview.h')
-rw-r--r--engines/mohawk/myst_stacks/preview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mohawk/myst_stacks/preview.h b/engines/mohawk/myst_stacks/preview.h
index 0959e935f5..04ad6c31cb 100644
--- a/engines/mohawk/myst_stacks/preview.h
+++ b/engines/mohawk/myst_stacks/preview.h
@@ -40,8 +40,8 @@ public:
Preview(MohawkEngine_Myst *vm);
~Preview();
- void disablePersistentScripts();
- void runPersistentScripts();
+ void disablePersistentScripts() override;
+ void runPersistentScripts() override;
private:
void setupOpcodes();
@@ -67,7 +67,7 @@ private:
void speech_run();
void speechUpdateCue();
- void libraryBookcaseTransform_run();
+ void libraryBookcaseTransform_run() override;
};
} // End of namespace MystStacks