aboutsummaryrefslogtreecommitdiff
path: root/sword2/speech.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/speech.cpp')
-rw-r--r--sword2/speech.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/speech.cpp b/sword2/speech.cpp
index e00da21fa7..9b1886783e 100644
--- a/sword2/speech.cpp
+++ b/sword2/speech.cpp
@@ -1453,7 +1453,7 @@ void Logic::formText(int32 *params) {
// if a specific width has been set up for this character,
// then override the default
- if (ob_speech->width)
+ if (ob_speech->width)
textWidth = ob_speech->width;
else
textWidth = 400;