aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJames Brown2003-08-16 08:55:29 +0000
committerJames Brown2003-08-16 08:55:29 +0000
commit5ad330e1456d207e1bb8428cebf56d0c4f72dd94 (patch)
treece5c31624538d347c7e9f0a5b527189735c71664 /scumm
parent78fba0a8536711a580e14539fee46888d4a5d22f (diff)
downloadscummvm-rg350-5ad330e1456d207e1bb8428cebf56d0c4f72dd94.tar.gz
scummvm-rg350-5ad330e1456d207e1bb8428cebf56d0c4f72dd94.tar.bz2
scummvm-rg350-5ad330e1456d207e1bb8428cebf56d0c4f72dd94.zip
Patch from roarin_elk to fix crash in German V2 Zak (talking to Skolarian on Mars crashes)
svn-id: r9717
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 3218e4188d..7730171ad9 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -375,7 +375,7 @@ int Scumm_v2::getVar() {
int static actor_speech_color[] = {1, 7, 2, 14, 8, 1, 3, 7, 7, 12, 1, 13, 1, 4, 5, 5, 4, 3, 1, 5, 1, 1, 1, 7, 7, 0};
void Scumm_v2::decodeParseString() {
- byte buffer[256];
+ byte buffer[512];
byte *ptr = buffer;
byte c;
bool insertSpace = false;