aboutsummaryrefslogtreecommitdiff
path: root/sword2/speech.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-11-08 19:47:20 +0000
committerPaweł Kołodziejski2003-11-08 19:47:20 +0000
commit409108df82789d462320da6b5280a3218d0c3ba7 (patch)
treea912fcbba9439fb6700e6cde2e2a004d19ede565 /sword2/speech.cpp
parent394c96b0337226f0668b04806b9037ec64d6936f (diff)
downloadscummvm-rg350-409108df82789d462320da6b5280a3218d0c3ba7.tar.gz
scummvm-rg350-409108df82789d462320da6b5280a3218d0c3ba7.tar.bz2
scummvm-rg350-409108df82789d462320da6b5280a3218d0c3ba7.zip
cleanup whitespaces
svn-id: r11212
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;