From e57364959f4684a61480023e58205ee4593f5f9d Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Sat, 12 May 2012 07:01:05 +0200 Subject: WINTERMUTE: Add protected to ScValue --- engines/wintermute/scriptables/ScValue.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/wintermute') diff --git a/engines/wintermute/scriptables/ScValue.h b/engines/wintermute/scriptables/ScValue.h index 92ee09f0c5..5d10e9ff12 100644 --- a/engines/wintermute/scriptables/ScValue.h +++ b/engines/wintermute/scriptables/ScValue.h @@ -89,10 +89,12 @@ public: CScValue *GetProp(const char *Name); CBScriptable *_valNative; CScValue *_valRef; +protected: bool _valBool; int _valInt; double _valFloat; char *_valString; +public: TValType _type; CScValue(CBGame *inGame); CScValue(CBGame *inGame, bool Val); -- cgit v1.2.3