From 79f86732b8dd17264768b32ceefcb79b1ee422b5 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Fri, 1 Jun 2012 13:51:06 +0200 Subject: WINTERMUTE: Fix Windows build under MSVC2010 --- engines/wintermute/scriptables/ScScript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/wintermute/scriptables/ScScript.cpp') 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(); -- cgit v1.2.3