aboutsummaryrefslogtreecommitdiff
path: root/engines/simon
diff options
context:
space:
mode:
authorTravis Howell2006-04-09 22:44:27 +0000
committerTravis Howell2006-04-09 22:44:27 +0000
commit071884589a090472c7a1e85dd98ea1a3d9c27d41 (patch)
tree30bb70e2667532edb2cab71b462a1463f8bb0c32 /engines/simon
parent774476ee21ebb29302c671ec28ce59a224837efe (diff)
downloadscummvm-rg350-071884589a090472c7a1e85dd98ea1a3d9c27d41.tar.gz
scummvm-rg350-071884589a090472c7a1e85dd98ea1a3d9c27d41.tar.bz2
scummvm-rg350-071884589a090472c7a1e85dd98ea1a3d9c27d41.zip
Adjust line breaks, to prevent regression.
svn-id: r21738
Diffstat (limited to 'engines/simon')
-rw-r--r--engines/simon/charset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/charset.cpp b/engines/simon/charset.cpp
index 09f6b482b0..db765680bf 100644
--- a/engines/simon/charset.cpp
+++ b/engines/simon/charset.cpp
@@ -317,7 +317,7 @@ void SimonEngine::showmessage_print_char(byte chr) {
print_char_helper_1(&chr, 1);
print_char_helper_5(_textWindow);
} else if (chr == 0 || chr == ' ' || chr == 10) {
- uint count = (getGameType() == GType_FF) ? _printCharPixelCount + 1: _numLettersToPrint;
+ uint count = (getGameType() == GType_FF) ? _printCharPixelCount + 1: _printCharPixelCount;
if (_printCharMaxPos - _printCharCurPos >= count) {
_printCharCurPos += _printCharPixelCount;
print_char_helper_1(_lettersToPrintBuf, _numLettersToPrint);