aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/locations.cpp
diff options
context:
space:
mode:
authorAdrian Frühwirth2018-05-20 22:36:40 +0200
committerAdrian Frühwirth2018-05-20 23:40:20 +0200
commitc7f3416daa0238bb60e83a6d6d665a7f3a7e6d6c (patch)
treeed7b352caca6c4410c01b8eda21c58156bacdca8 /engines/xeen/locations.cpp
parent5dda21c1c2552945a9446ee24ec6692734a0332a (diff)
downloadscummvm-rg350-c7f3416daa0238bb60e83a6d6d665a7f3a7e6d6c.tar.gz
scummvm-rg350-c7f3416daa0238bb60e83a6d6d665a7f3a7e6d6c.tar.bz2
scummvm-rg350-c7f3416daa0238bb60e83a6d6d665a7f3a7e6d6c.zip
JANITORIAL: Remove trailing whitespace
Diffstat (limited to 'engines/xeen/locations.cpp')
-rw-r--r--engines/xeen/locations.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp
index 6c4b6ac8c4..63478bab5f 100644
--- a/engines/xeen/locations.cpp
+++ b/engines/xeen/locations.cpp
@@ -1146,7 +1146,7 @@ int ArenaLocation::show() {
int count = party._activeParty[0]._awards[WARZONE_AWARD];
int suffixNum = (count < 10) ? count : 0;
Common::String msg = Common::String::format(format.c_str(), count, SUFFIXES[suffixNum]);
-
+
LocationMessage::show(27, Res.WARZONE_BATTLE_MASTER, msg, 1);
map.load(28);
@@ -1383,7 +1383,7 @@ int ReaperCutscene::show() {
events.updateGameCounter();
screen.blitFrom(savedBg);
sprites1.draw(0, 0, Common::Point(REAPER_X1[_ccNum][idx], REAPER_Y1[_ccNum][idx]), 0, idx);
-
+
if (_ccNum) {
sprites1.draw(0, 1, Common::Point(REAPER_X2[idx], REAPER_Y1[1][idx]), 0, idx);
sprites1.draw(0, party._isNight ? 3 : 2, Common::Point(REAPER_X3[idx], REAPER_Y1[1][idx]), 0, idx);
@@ -1592,7 +1592,7 @@ int GolemCutscene::show() {
if (!_ccNum)
sprites2[0].draw(0, 2, Common::Point(idx + g_vm->getRandomNumber(9) - 5,
g_vm->getRandomNumber(9) - 5), SPRFLAG_800);
-
+
if (!_ccNum && !sound.isSoundPlaying())
sound.playSound("ogre.voc");
@@ -2101,7 +2101,7 @@ int SphinxCutscene::show() {
// Save background
Graphics::ManagedSurface bgSurface;
bgSurface.copyFrom(screen);
-
+
for (int idx = 8; idx >= 0; --idx) {
events.updateGameCounter();
screen.blitFrom(bgSurface);