aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-08-05 17:42:23 +0000
committerTravis Howell2003-08-05 17:42:23 +0000
commit2e6865b8a3ba6397949ffb10604370736e7e9999 (patch)
tree7c65120dc6d3cf2925ed007b0b89cd61ba751fdb /simon
parent034e2bdb09be31f69cd2e8f77c0c68905325e64e (diff)
downloadscummvm-rg350-2e6865b8a3ba6397949ffb10604370736e7e9999.tar.gz
scummvm-rg350-2e6865b8a3ba6397949ffb10604370736e7e9999.tar.bz2
scummvm-rg350-2e6865b8a3ba6397949ffb10604370736e7e9999.zip
oops
svn-id: r9508
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 2b5bc42bab..c94f353b70 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -3877,7 +3877,7 @@ void SimonEngine::talk_with_text(uint num_1, uint num_2, const char *string_ptr,
len_div_3 >>= 1;
if (_variableArray[86] == 2)
len_div_3 <<= 1;
- _variableArray[85] = len_div_3 * 2;
+ _variableArray[85] = len_div_3 * 5;
}
num_of_rows = strlen(string_ptr) / letters_per_row;