X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_snd.h;h=280815531baa9238c241769878922d857588ed8a;hb=b645a25fff77d62a36c744fa4047a3c0e5929341;hp=7cf2f25eb9742e23cf1747aefafd3f11a10fee28;hpb=3607ef8e4000754063935d908053d564de92c0a2;p=rocksndiamonds.git diff --git a/src/conf_snd.h b/src/conf_snd.h index 7cf2f25e..28081553 100644 --- a/src/conf_snd.h +++ b/src/conf_snd.h @@ -68,8 +68,8 @@ #define SND_CLASS_SOKOBAN_EMPTYING 47 #define SND_CLASS_PLAYER_MOVING 48 #define SND_SAND_DIGGING 49 -#define SND_EMERALD_COLLECTING 50 -#define SND_EMERALD_IMPACT 51 +#define SND_CLASS_EMERALD_COLLECTING 50 +#define SND_CLASS_EMERALD_IMPACT 51 #define SND_DIAMOND_COLLECTING 52 #define SND_DIAMOND_IMPACT 53 #define SND_DIAMOND_BREAKING 54 @@ -195,9 +195,13 @@ #define SND_GAME_SOKOBAN_SOLVING 174 #define SND_DOOR_OPENING 175 #define SND_DOOR_CLOSING 176 -#define SND_BACKGROUND_SCORES 177 -#define SND_BACKGROUND_INFO 178 +#define SND_BACKGROUND_MAIN 177 +#define SND_BACKGROUND_LEVELS 178 +#define SND_BACKGROUND_SCORES 179 +#define SND_BACKGROUND_EDITOR 180 +#define SND_BACKGROUND_INFO 181 +#define SND_BACKGROUND_SETUP 182 -#define NUM_SOUND_FILES 179 +#define NUM_SOUND_FILES 183 #endif /* CONF_SND_H */