aboutsummaryrefslogtreecommitdiff
path: root/sword2/maketext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/maketext.cpp')
-rw-r--r--sword2/maketext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/maketext.cpp b/sword2/maketext.cpp
index cd135ec99a..cb4152d937 100644
--- a/sword2/maketext.cpp
+++ b/sword2/maketext.cpp
@@ -297,7 +297,7 @@ mem* BuildTextSprite(uint8 *sentence, uint32 fontRes, uint8 pen, _lineInfo *line
// text sprite and inc the sprite ptr by the character's
// width minus the 'overlap'
- for(posInLine = 0; posInLine < line[lineNo].length; posInLine++) {
+ for (posInLine = 0; posInLine < line[lineNo].length; posInLine++) {
charPtr = FindChar(sentence[pos++], charSet);
#ifdef _SWORD2_DEBUG