diff options
author | Tobia Tesan | 2016-02-26 15:49:35 +0100 |
---|---|---|
committer | Tobia Tesan | 2016-02-29 00:28:05 +0100 |
commit | cd5d60e44c24a82e5b757cd404a9f5a8a098c315 (patch) | |
tree | 86661f3291b1ecc146c8e6ce0d0ca289da01c588 | |
parent | 04a96689c28a4b9ec12fe2c127e22523fe562ca3 (diff) | |
download | scummvm-rg350-cd5d60e44c24a82e5b757cd404a9f5a8a098c315.tar.gz scummvm-rg350-cd5d60e44c24a82e5b757cd404a9f5a8a098c315.tar.bz2 scummvm-rg350-cd5d60e44c24a82e5b757cd404a9f5a8a098c315.zip |
WINTERMUTE: Make _operand protected in script.h
-rw-r--r-- | engines/wintermute/base/scriptables/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |