aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/games.cpp
diff options
context:
space:
mode:
authorFlorian Kagerer2009-11-19 22:17:27 +0000
committerFlorian Kagerer2009-11-19 22:17:27 +0000
commit1a984d8e7d1e8e4e6456c73004d2d0f6bfae10ee (patch)
treedda60dead3d319c432290a9733a3452649cd4321 /tools/create_kyradat/games.cpp
parent34dd625228915141722af886d89722e928950abc (diff)
downloadscummvm-rg350-1a984d8e7d1e8e4e6456c73004d2d0f6bfae10ee.tar.gz
scummvm-rg350-1a984d8e7d1e8e4e6456c73004d2d0f6bfae10ee.tar.bz2
scummvm-rg350-1a984d8e7d1e8e4e6456c73004d2d0f6bfae10ee.zip
LOL: add support for pc speaker sfx
svn-id: r45992
Diffstat (limited to 'tools/create_kyradat/games.cpp')
-rw-r--r--tools/create_kyradat/games.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/create_kyradat/games.cpp b/tools/create_kyradat/games.cpp
index aa84e4f7ee..a3c8ac0e2c 100644
--- a/tools/create_kyradat/games.cpp
+++ b/tools/create_kyradat/games.cpp
@@ -683,6 +683,7 @@ const int lolFloppyNeed[] = {
kLolMusicTrackMap,
kLolGMSfxIndex,
kLolMT32SfxIndex,
+ kLolPcSpkSfxIndex,
kLolSpellProperties,
kLolGameShapeMap,
kLolSceneItemOffs,
@@ -854,6 +855,7 @@ const int lolCDFile2Need[] = {
kLolMusicTrackMap,
kLolGMSfxIndex,
kLolMT32SfxIndex,
+ kLolPcSpkSfxIndex,
kLolSpellProperties,
kLolGameShapeMap,
kLolSceneItemOffs,