aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamweb.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2012-09-14 20:22:12 +0200
committerTorbjörn Andersson2012-09-14 20:22:12 +0200
commitbf27ff1438ff0a85ed3888e55c39f0509a109335 (patch)
treed0fbd98b20b7b848b4af201e46f57e360ef2f30b /engines/dreamweb/dreamweb.h
parent486f04b7614a633d39cf4633797a8baa790bb95b (diff)
downloadscummvm-rg350-bf27ff1438ff0a85ed3888e55c39f0509a109335.tar.gz
scummvm-rg350-bf27ff1438ff0a85ed3888e55c39f0509a109335.tar.bz2
scummvm-rg350-bf27ff1438ff0a85ed3888e55c39f0509a109335.zip
DREAMWEB: Increase _operand1 buffer size
Theoretically, it should be almost as big as _inputLine, so let's make them the exact same size just for simplicity. This fixes crashes for me when trying to use very long parameters to the monitor's READ command, and could possibly fix a bug reported in the German version where you supposedly have to read "kurzmitteilung".
Diffstat (limited to 'engines/dreamweb/dreamweb.h')
-rw-r--r--engines/dreamweb/dreamweb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/dreamweb.h b/engines/dreamweb/dreamweb.h
index 1f6deb8566..a4597b1867 100644
--- a/engines/dreamweb/dreamweb.h
+++ b/engines/dreamweb/dreamweb.h
@@ -196,7 +196,7 @@ protected:
// from monitor.cpp
char _inputLine[64];
- char _operand1[14];
+ char _operand1[64];
char _currentFile[14];
// from newplace.cpp