From cd5d60e44c24a82e5b757cd404a9f5a8a098c315 Mon Sep 17 00:00:00 2001 From: Tobia Tesan Date: Fri, 26 Feb 2016 15:49:35 +0100 Subject: WINTERMUTE: Make _operand protected in script.h --- engines/wintermute/base/scriptables/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/wintermute') diff --git a/engines/wintermute/base/scriptables/script.h b/engines/wintermute/base/scriptables/script.h index 2fd041d924..304424accc 100644 --- a/engines/wintermute/base/scriptables/script.h +++ b/engines/wintermute/base/scriptables/script.h @@ -50,7 +50,7 @@ public: bool copyParameters(ScStack *stack); void afterLoad(); -private: +protected: ScValue *_operand; ScValue *_reg1; public: -- cgit v1.2.3