aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/toon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/toon.cpp')
-rw-r--r--engines/toon/toon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp
index 02e76b8960..d1145e35e3 100644
--- a/engines/toon/toon.cpp
+++ b/engines/toon/toon.cpp
@@ -86,7 +86,7 @@ void ToonEngine::init() {
_currentTextLine = 0;
_currentTextLineId = -1;
_currentTextLineX = 0;
- _currentTextLineY = 0 ;
+ _currentTextLineY = 0;
_currentTextLineCharacterId = 0;
_saveBufferStream = new Common::MemoryWriteStreamDynamic();