X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_snd.h;h=164c2a916c777c2f5ba1f22a86240a0c152851b7;hb=462bca0782be497b984922afda26b5bf12bd3d75;hp=3c2fa46db458b93d6c841fed5fbdae73b1dfcffe;hpb=e05dda5c8cc6687dcbc59e182a81aed627e262d0;p=rocksndiamonds.git diff --git a/src/conf_snd.h b/src/conf_snd.h index 3c2fa46d..164c2a91 100644 --- a/src/conf_snd.h +++ b/src/conf_snd.h @@ -200,14 +200,17 @@ #define SND_GAME_SOKOBAN_SOLVING 179 #define SND_DOOR_OPENING 180 #define SND_DOOR_CLOSING 181 -#define SND_BACKGROUND_TITLE 182 -#define SND_BACKGROUND_MAIN 183 -#define SND_BACKGROUND_LEVELS 184 -#define SND_BACKGROUND_SCORES 185 -#define SND_BACKGROUND_EDITOR 186 -#define SND_BACKGROUND_INFO 187 -#define SND_BACKGROUND_SETUP 188 +#define SND_MENU_ITEM_ACTIVATING 182 +#define SND_MENU_ITEM_SELECTING 183 +#define SND_BACKGROUND_TITLE 184 +#define SND_BACKGROUND_MESSAGE 185 +#define SND_BACKGROUND_MAIN 186 +#define SND_BACKGROUND_LEVELS 187 +#define SND_BACKGROUND_SCORES 188 +#define SND_BACKGROUND_EDITOR 189 +#define SND_BACKGROUND_INFO 190 +#define SND_BACKGROUND_SETUP 191 -#define NUM_SOUND_FILES 189 +#define NUM_SOUND_FILES 192 #endif /* CONF_SND_H */