aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sequences_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/sequences_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/sequences_lol.cpp')
-rw-r--r--engines/kyra/sequences_lol.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/sequences_lol.cpp b/engines/kyra/sequences_lol.cpp
index 846bc26def..5df84958b4 100644
--- a/engines/kyra/sequences_lol.cpp
+++ b/engines/kyra/sequences_lol.cpp
@@ -170,7 +170,7 @@ void LoLEngine::setupPrologueData(bool load) {
memset(_screen->getPalette(1), 0, 768);
_sound->setSoundList(&_soundData[kMusicIntro]);
-
+
// We have three sound.dat files, one for the intro, one for the
// end sequence and one for ingame, each contained in a different
// PAK file. Therefore a new call to loadSoundFile() is required
@@ -182,7 +182,7 @@ void LoLEngine::setupPrologueData(bool load) {
_sound->loadSoundFile("LOREINTR");
} else {
delete _chargenWSA; _chargenWSA = 0;
-
+
uint8 *pal = _screen->getPalette(0);
memset(pal, 0, 768);
_screen->setScreenPalette(pal);
@@ -667,7 +667,7 @@ void LoLEngine::showStarcraftLogo() {
_sound->voicePlay("star2");
while(_sound->voiceIsPlaying("star2") && !(shouldQuit() || inputFlag)) {
inputFlag = checkInput(0) & 0xff;
- delay(_tickLength);
+ delay(_tickLength);
}
}