aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/bbdou/bbdou_credits.cpp
diff options
context:
space:
mode:
authorEric Fry2018-06-26 18:45:29 +1000
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit3d9f5ed20ff182ee0cbb621f2bcf0b98a44e384d (patch)
tree48664e74ab7409ce014c50d73ed731927fe822a0 /engines/illusions/bbdou/bbdou_credits.cpp
parentd77dd6c14ab6c41513ed282597a6da82289061e8 (diff)
downloadscummvm-rg350-3d9f5ed20ff182ee0cbb621f2bcf0b98a44e384d.tar.gz
scummvm-rg350-3d9f5ed20ff182ee0cbb621f2bcf0b98a44e384d.tar.bz2
scummvm-rg350-3d9f5ed20ff182ee0cbb621f2bcf0b98a44e384d.zip
ILLUSIONS: Replace spaces with tabs
Replace while(1) with do..while loop Removed dead code Renamed FP16 to FixedPoint16 to improve readability
Diffstat (limited to 'engines/illusions/bbdou/bbdou_credits.cpp')
-rw-r--r--engines/illusions/bbdou/bbdou_credits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/illusions/bbdou/bbdou_credits.cpp b/engines/illusions/bbdou/bbdou_credits.cpp
index eb2377933f..393026e9f7 100644
--- a/engines/illusions/bbdou/bbdou_credits.cpp
+++ b/engines/illusions/bbdou/bbdou_credits.cpp
@@ -98,7 +98,7 @@ void BbdouCredits::drawTextToControl(uint32 objectId, const char *text, uint ali
charToWChar(text, wtext, ARRAYSIZE(wtext));
// TODO Extract to Actor class
- Control *control = _vm->getObjectControl(objectId);
+ Control *control = _vm->getObjectControl(objectId);
FontResource *font = _vm->_dict->findFont(_currFontId);
TextDrawer textDrawer;
WidthHeight dimensions;