diff options
author | Paweł Kołodziejski | 2004-11-19 22:09:23 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2004-11-19 22:09:23 +0000 |
commit | 8dc5c9843c5eae8e9d450e5e757d772df81f99dc (patch) | |
tree | 79cf32b05553806251e2f28317b819c4f15ab223 | |
parent | 1f6bcee124c4889b7dae3a100034813909b6b81f (diff) | |
download | scummvm-rg350-8dc5c9843c5eae8e9d450e5e757d772df81f99dc.tar.gz scummvm-rg350-8dc5c9843c5eae8e9d450e5e757d772df81f99dc.tar.bz2 scummvm-rg350-8dc5c9843c5eae8e9d450e5e757d772df81f99dc.zip |
fixed additional not needed white space char
svn-id: r15839
-rw-r--r-- | gui/walkthrough.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/walkthrough.cpp b/gui/walkthrough.cpp index e54add5584..080129a755 100644 --- a/gui/walkthrough.cpp +++ b/gui/walkthrough.cpp @@ -94,6 +94,7 @@ bool WalkthroughDialog::loadWalkthroughText() { if ((currentLinePos + 1) < _lineWidth) { lineBuffer[currentLinePos] = ' '; currentLinePos++; + currentBuffer++; } } } else { |