From 6437aa2c92ffc60290d9983be337d6e6482b4ec8 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 19 Nov 2012 12:48:23 +0100 Subject: KYRA: Strip trailing whitespaces. --- engines/kyra/staticres_lol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra') 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); -- cgit v1.2.3