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/removeitemcommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mutationofjb/commands/removeitemcommand.h') diff --git a/engines/mutationofjb/commands/removeitemcommand.h b/engines/mutationofjb/commands/removeitemcommand.h index 452a3b2ff5..0aa13f5c84 100644 --- a/engines/mutationofjb/commands/removeitemcommand.h +++ b/engines/mutationofjb/commands/removeitemcommand.h @@ -39,7 +39,7 @@ class RemoveItemCommand : public SeqCommand { public: RemoveItemCommand(const Common::String &item) : _item(item) {} - virtual ExecuteResult execute(GameData &gameData) override; + virtual ExecuteResult execute(ScriptExecutionContext &scriptExecCtx) override; virtual Common::String debugString() const override; private: Common::String _item; -- cgit v1.2.3