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.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'engines/hdb/sound.h') diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h index 0190d12aca..9e04dadbd4 100644 --- a/engines/hdb/sound.h +++ b/engines/hdb/sound.h @@ -1403,6 +1403,18 @@ enum SoundType { GUY_GOT_SOMETHING, HDB_INTRO, + // Demo files + DEMO_SARGE_01, + DEMO_SARGE_02, + DEMO_SARGE_03, + DEMO_SARGE_04, + DEMO_SARGE_05, + DEMO_SARGE_06, + DEMO_GUY_01, + DEMO_PILOT_01, + DEMO_SCIENTIST_01, + DEMO_SCIENTIST_02, + LAST_SOUND }; -- cgit v1.2.3