aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/scriptables/ScScript.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/scriptables/ScScript.cpp')
-rw-r--r--engines/wintermute/scriptables/ScScript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/scriptables/ScScript.cpp b/engines/wintermute/scriptables/ScScript.cpp
index b3eca0f346..0b1f81bd0e 100644
--- a/engines/wintermute/scriptables/ScScript.cpp
+++ b/engines/wintermute/scriptables/ScScript.cpp
@@ -442,7 +442,7 @@ HRESULT CScScript::ExecuteInstruction() {
HRESULT ret = S_OK;
uint32 dw;
- const char *str;
+ const char *str = NULL;
//CScValue* op = new CScValue(Game);
_operand->Cleanup();