From fc0dd1fb1a522e496501ee41f2e0f3c24059455c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 26 Jul 2019 22:46:38 +0200 Subject: HDB: Added demo sound constants --- engines/hdb/sound.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'engines/hdb/sound.cpp') 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} }; -- cgit v1.2.3