aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/scene_lol.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-21 13:13:09 +0000
committerJohannes Schickel2009-05-21 13:13:09 +0000
commite51481d69bb583cf0b6f0bacd3353eda960b12c8 (patch)
treea9c57d5120aec99fd7b12d935848ed3e87aa1474 /engines/kyra/scene_lol.cpp
parentb7f8990ba81f81db3243ae3f9069c4d9f12754aa (diff)
downloadscummvm-rg350-e51481d69bb583cf0b6f0bacd3353eda960b12c8.tar.gz
scummvm-rg350-e51481d69bb583cf0b6f0bacd3353eda960b12c8.tar.bz2
scummvm-rg350-e51481d69bb583cf0b6f0bacd3353eda960b12c8.zip
Remove trailing tabs/whitespaces.
svn-id: r40760
Diffstat (limited to 'engines/kyra/scene_lol.cpp')
-rw-r--r--engines/kyra/scene_lol.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/scene_lol.cpp b/engines/kyra/scene_lol.cpp
index 79da4a994d..dcdecb15e8 100644
--- a/engines/kyra/scene_lol.cpp
+++ b/engines/kyra/scene_lol.cpp
@@ -1243,7 +1243,7 @@ void LoLEngine::pitDropScroll(int numSteps) {
del = _tickLength - (_system->getMillis() - ctime);
if (del > 0)
delay(del, false, true);
- }
+ }
_screen->copyRegionSpecial(2, 320, 200, 112, 0, 0, 320, 200, 112, 0, 176, 120, 0);
_screen->updateScreen();
@@ -1257,7 +1257,7 @@ void LoLEngine::pitDropScroll(int numSteps) {
void LoLEngine::shakeScene(int duration, int width, int height, int restore) {
_screen->copyRegion(112, 0, 112, 0, 176, 120, 0, 6, Screen::CR_NO_P_CHECK);
uint32 endTime = _system->getMillis() + duration * _tickLength;
-
+
while (endTime > _system->getMillis()) {
_smoothScrollTimer = _system->getMillis() + 2 * _tickLength;
@@ -1287,7 +1287,7 @@ void LoLEngine::shakeScene(int duration, int width, int height, int restore) {
_screen->copyRegion(x1, y1, x2, y2, w, h, 6, 0, Screen::CR_NO_P_CHECK);
_screen->updateScreen();
-
+
delayUntil(_smoothScrollTimer);
}