aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-11-19 22:09:23 +0000
committerPaweł Kołodziejski2004-11-19 22:09:23 +0000
commit8dc5c9843c5eae8e9d450e5e757d772df81f99dc (patch)
tree79cf32b05553806251e2f28317b819c4f15ab223
parent1f6bcee124c4889b7dae3a100034813909b6b81f (diff)
downloadscummvm-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.cpp1
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 {