diff options
-rw-r--r-- | engines/agos/string.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |