aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/saycommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/commands/saycommand.h')
-rw-r--r--engines/mutationofjb/commands/saycommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mutationofjb/commands/saycommand.h b/engines/mutationofjb/commands/saycommand.h
index e2a1207afc..e41d10fb17 100644
--- a/engines/mutationofjb/commands/saycommand.h
+++ b/engines/mutationofjb/commands/saycommand.h
@@ -42,7 +42,7 @@ public:
_voiceFile(voiceFile),
_waitForPrevious(waitForPrevious),
_talkingAnimation(talkingAnimation) {}
- virtual ExecuteResult execute(GameData &gameData) override;
+ virtual ExecuteResult execute(ScriptExecutionContext &scriptExecCtx) override;
virtual Common::String debugString() const override;
private:
Common::String _lineToSay;