aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
authorAndrew Kurushin2005-01-18 21:13:44 +0000
committerAndrew Kurushin2005-01-18 21:13:44 +0000
commit0ccf59faee053f4ea6c349d25bf39bb83e537686 (patch)
tree770d2871d776fb9672fdab5c82d43912485d9145 /saga/script.h
parentb4b2e52df78fd309613d8df73f090b98e834969b (diff)
downloadscummvm-rg350-0ccf59faee053f4ea6c349d25bf39bb83e537686.tar.gz
scummvm-rg350-0ccf59faee053f4ea6c349d25bf39bb83e537686.tar.bz2
scummvm-rg350-0ccf59faee053f4ea6c349d25bf39bb83e537686.zip
partly implemented game objects
svn-id: r16595
Diffstat (limited to 'saga/script.h')
-rw-r--r--saga/script.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/saga/script.h b/saga/script.h
index a6e4c088fb..0a9861e163 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -239,6 +239,8 @@ struct ScriptDataBuf {
class Script {
public:
+ StringsTable _mainStrings;
+
Script();
~Script();
@@ -296,7 +298,7 @@ protected:
ScriptData *_currentScript;
ScriptDataBuf _dataBuf[SCRIPT_DATABUF_NUM];
ScriptThreadList _threadList;
- StringsTable _mainStrings;
+
//verb
bool _firstObjectSet;