From a359f7c1da3e0b6dd08a7e7cb779c417ca5fd8f2 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 27 Jan 2009 17:08:09 +0000 Subject: Silence MSVC warnings svn-id: r36100 --- engines/agos/string.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/agos/string.cpp b/engines/agos/string.cpp index 0ff004e1fe..f4762d36ff 100644 --- a/engines/agos/string.cpp +++ b/engines/agos/string.cpp @@ -48,8 +48,8 @@ void AGOSEngine::uncompressText(byte *ptr) { } byte *AGOSEngine::uncompressToken(byte a, byte *ptr) { - byte *ptr1; - byte *ptr2; + byte *ptr1 = 0; + byte *ptr2 = 0; byte b; int count1 = 0; -- cgit v1.2.3