From e1d173ed7541f9da79f60a65d974da3ebbb29e7a Mon Sep 17 00:00:00 2001 From: Ľubomír Remák Date: Thu, 22 Mar 2018 19:48:57 +0100 Subject: MUTATIONOFJB: Add changescene debug command and fix macro debug commands. --- engines/mutationofjb/commands/ifitemcommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mutationofjb/commands/ifitemcommand.h') diff --git a/engines/mutationofjb/commands/ifitemcommand.h b/engines/mutationofjb/commands/ifitemcommand.h index 0451786789..f11ba7cbfb 100644 --- a/engines/mutationofjb/commands/ifitemcommand.h +++ b/engines/mutationofjb/commands/ifitemcommand.h @@ -40,7 +40,7 @@ class IfItemCommand : public ConditionalCommand { public: IfItemCommand(const Common::String &item, bool negative); - virtual ExecuteResult execute(GameData &gameData) override; + virtual ExecuteResult execute(ScriptExecutionContext &scriptExecCtx) override; virtual Common::String debugString() const; private: -- cgit v1.2.3