aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/sound.cpp')
-rw-r--r--engines/hdb/sound.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/hdb/sound.cpp b/engines/hdb/sound.cpp
index a1c220c597..394745f418 100644
--- a/engines/hdb/sound.cpp
+++ b/engines/hdb/sound.cpp
@@ -1388,6 +1388,19 @@ const SoundLookUp soundList[] = {
{GUY_GOT_SOMETHING, GUY_GOT_SOMETHING_MP3, "GUY_GOT_SOMETHING"},
{HDB_INTRO, HDB_INTRO_MP3, "HDB_INTRO"},
+ // Demo files
+ {DEMO_SARGE_01, DEMO_SARGE01_MP3, "DEMO_SARGE_01"},
+ {DEMO_SARGE_02, DEMO_SARGE02_MP3, "DEMO_SARGE_02"},
+ {DEMO_SARGE_03, DEMO_SARGE03_MP3, "DEMO_SARGE_03"},
+ {DEMO_SARGE_04, DEMO_SARGE04_MP3, "DEMO_SARGE_04"},
+ {DEMO_SARGE_05, DEMO_SARGE05_MP3, "DEMO_SARGE_05"},
+ {DEMO_SARGE_06, DEMO_SARGE06_MP3, "DEMO_SARGE_06"},
+
+ {DEMO_GUY_01, DEMO_GUY_01_MP3, "DEMO_GUY_01"},
+ {DEMO_PILOT_01, DEMO_PILOT_01_MP3, "DEMO_PILOT_01"},
+ {DEMO_SCIENTIST_01, DEMO_SCIENTIST_01_MP3, "DEMO_SCIENTIST_01"},
+ {DEMO_SCIENTIST_02, DEMO_SCIENTIST_02_MP3, "DEMO_SCIENTIST_02"},
+
{LAST_SOUND, NULL, NULL}
};