X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_snd.h;h=164c2a916c777c2f5ba1f22a86240a0c152851b7;hb=462bca0782be497b984922afda26b5bf12bd3d75;hp=91bb12919c557716bfdf656d6a011caed0f21f95;hpb=51dcb2097c619c5f9ba924a7edb4a3bdd6a6986e;p=rocksndiamonds.git diff --git a/src/conf_snd.h b/src/conf_snd.h index 91bb1291..164c2a91 100644 --- a/src/conf_snd.h +++ b/src/conf_snd.h @@ -1,7 +1,7 @@ /*********************************************************** * Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* (c) 1995-2002 Artsoft Entertainment * +* (c) 1995-2006 Artsoft Entertainment * * Holger Schemel * * Detmolder Strasse 189 * * 33604 Bielefeld * @@ -200,13 +200,17 @@ #define SND_GAME_SOKOBAN_SOLVING 179 #define SND_DOOR_OPENING 180 #define SND_DOOR_CLOSING 181 -#define SND_BACKGROUND_MAIN 182 -#define SND_BACKGROUND_LEVELS 183 -#define SND_BACKGROUND_SCORES 184 -#define SND_BACKGROUND_EDITOR 185 -#define SND_BACKGROUND_INFO 186 -#define SND_BACKGROUND_SETUP 187 +#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 188 +#define NUM_SOUND_FILES 192 #endif /* CONF_SND_H */