aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/scriptables/ScScript.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-09 02:50:15 +0200
committerEinar Johan Trøan Sømåen2012-07-09 02:50:15 +0200
commit5224ebef2c8013bc9ff5cc6f9bdefbcf635b456c (patch)
treeba1c7248ce50a7ce6c9b00f566d3df21f713d712 /engines/wintermute/Base/scriptables/ScScript.h
parent0273e495e1495d6abbcac4dde4cfa7e6ca2c29d7 (diff)
downloadscummvm-rg350-5224ebef2c8013bc9ff5cc6f9bdefbcf635b456c.tar.gz
scummvm-rg350-5224ebef2c8013bc9ff5cc6f9bdefbcf635b456c.tar.bz2
scummvm-rg350-5224ebef2c8013bc9ff5cc6f9bdefbcf635b456c.zip
WINTERMUTE: Silence most warnings
Diffstat (limited to 'engines/wintermute/Base/scriptables/ScScript.h')
-rw-r--r--engines/wintermute/Base/scriptables/ScScript.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/Base/scriptables/ScScript.h b/engines/wintermute/Base/scriptables/ScScript.h
index 9dbc7d4522..8fd3383ee1 100644
--- a/engines/wintermute/Base/scriptables/ScScript.h
+++ b/engines/wintermute/Base/scriptables/ScScript.h
@@ -153,11 +153,11 @@ public:
virtual ~CScScript();
char *_filename;
char **_symbols;
- int _numSymbols;
+ uint32 _numSymbols;
TFunctionPos *_functions;
TMethodPos *_methods;
TEventPos *_events;
- int _numExternals;
+ uint32 _numExternals;
TExternalFunction *_externals;
uint32 _numFunctions;
uint32 _numMethods;