aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_hof.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-18 13:03:03 +0000
committerJohannes Schickel2008-05-18 13:03:03 +0000
commitc72ac9916c4fec3328e0857ef59ee892dd753959 (patch)
treecc36cec6554359936b6ce16fdb1c5a448ab11943 /engines/kyra/script_hof.cpp
parent0c81b70ba35c03b2d5a862eb4afb3f0eae28c9b8 (diff)
downloadscummvm-rg350-c72ac9916c4fec3328e0857ef59ee892dd753959.tar.gz
scummvm-rg350-c72ac9916c4fec3328e0857ef59ee892dd753959.tar.bz2
scummvm-rg350-c72ac9916c4fec3328e0857ef59ee892dd753959.zip
Formatting.
svn-id: r32168
Diffstat (limited to 'engines/kyra/script_hof.cpp')
-rw-r--r--engines/kyra/script_hof.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/script_hof.cpp b/engines/kyra/script_hof.cpp
index 8408489ab0..df6ebb1bcb 100644
--- a/engines/kyra/script_hof.cpp
+++ b/engines/kyra/script_hof.cpp
@@ -844,7 +844,6 @@ int KyraEngine_HoF::o2_fillRect(EMCState *script) {
return 0;
}
-
int KyraEngine_HoF::o2_playFireflyScore(EMCState *script) {
debugC(3, kDebugLevelScriptFuncs, "KyraEngine_HoF::o2_playFireflyScore(%p) ()", (const void *)script);
if (_sound->getSfxType() == Sound::kAdlib || _sound->getSfxType() == Sound::kMidiMT32 || _sound->getSfxType() == Sound::kMidiGM) {