X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconf_snd.h;h=10abc084cd9974fdac403d3f53a22a9e0c650527;hb=74c0f7de91268e40d15948f473eac51a9760b9c0;hp=7cf2f25eb9742e23cf1747aefafd3f11a10fee28;hpb=3607ef8e4000754063935d908053d564de92c0a2;p=rocksndiamonds.git diff --git a/src/conf_snd.h b/src/conf_snd.h index 7cf2f25e..10abc084 100644 --- a/src/conf_snd.h +++ b/src/conf_snd.h @@ -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 */