aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorJohannes Schickel2012-11-19 12:48:23 +0100
committerJohannes Schickel2012-11-19 12:54:42 +0100
commit6437aa2c92ffc60290d9983be337d6e6482b4ec8 (patch)
tree73adb29c90d0c991ab6418a680b1a2aed24c2d2f /engines/kyra
parentb7e04fa518b998081cb32edbb2f35d436b0d70b9 (diff)
downloadscummvm-rg350-6437aa2c92ffc60290d9983be337d6e6482b4ec8.tar.gz
scummvm-rg350-6437aa2c92ffc60290d9983be337d6e6482b4ec8.tar.bz2
scummvm-rg350-6437aa2c92ffc60290d9983be337d6e6482b4ec8.zip
KYRA: Strip trailing whitespaces.
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/staticres_lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/staticres_lol.cpp b/engines/kyra/staticres_lol.cpp
index b8a68ffb81..c23aed33f3 100644
--- a/engines/kyra/staticres_lol.cpp
+++ b/engines/kyra/staticres_lol.cpp
@@ -222,7 +222,7 @@ void LoLEngine::initStaticResource() {
} else if (_flags.platform == Common::kPlatformPC98) {
static const char *const fileListIntro[] = { 0, "lore84.86", "lore82.86", 0, 0, 0, "lore83.86", "lore81.86" };
static const char *const fileListFinale[] = { 0, 0, "lore85.86", "lore86.86", "lore87.86" };
- SoundResourceInfo_TownsPC98V2 resInfoIntro(fileListIntro, ARRAYSIZE(fileListIntro), 0, 0, 0);
+ SoundResourceInfo_TownsPC98V2 resInfoIntro(fileListIntro, ARRAYSIZE(fileListIntro), 0, 0, 0);
SoundResourceInfo_TownsPC98V2 resInfoIngame(0, 0, "lore%02d.86", 0, 0);
SoundResourceInfo_TownsPC98V2 resInfoFinale(fileListFinale, ARRAYSIZE(fileListFinale), 0, 0, 0);
_sound->initAudioResourceInfo(kMusicIntro, &resInfoIntro);