diff options
Diffstat (limited to 'gui')
-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 { |