From 55e950fe84d86dd7a5007f06c9727c97d57446b4 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Sun, 29 Aug 2021 09:42:24 +0300 Subject: Audio: fixing bugs, fixing types, making code more accurate to original --- src/audio/soundlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audio/soundlist.h') diff --git a/src/audio/soundlist.h b/src/audio/soundlist.h index 4bbc3dde..5f3f752e 100644 --- a/src/audio/soundlist.h +++ b/src/audio/soundlist.h @@ -212,8 +212,8 @@ enum eScriptSounds { SCRIPT_SOUND_WORK_SHOP_LOOP_L, SCRIPT_SOUND_SAWMILL_LOOP_S, SCRIPT_SOUND_SAWMILL_LOOP_L, - SCRIPT_SOUND_38, - SCRIPT_SOUND_39, + SCRIPT_SOUND_DOG_FOOD_FACTORY_S, + SCRIPT_SOUND_DOG_FOOD_FACTORY_L, SCRIPT_SOUND_LAUNDERETTE_LOOP_S, SCRIPT_SOUND_LAUNDERETTE_LOOP_L, SCRIPT_SOUND_CHINATOWN_RESTAURANT_S, -- cgit v1.2.3