X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_snd.h;h=015e3ebab192bdbec967f727aad6568ab07ae6ec;hb=4d4b9cf009d4aefe9e167ac6b838c468513684ab;hp=91bb12919c557716bfdf656d6a011caed0f21f95;hpb=51dcb2097c619c5f9ba924a7edb4a3bdd6a6986e;p=rocksndiamonds.git diff --git a/src/conf_snd.h b/src/conf_snd.h index 91bb1291..015e3eba 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,16 @@ #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_MAIN 185 +#define SND_BACKGROUND_LEVELS 186 +#define SND_BACKGROUND_SCORES 187 +#define SND_BACKGROUND_EDITOR 188 +#define SND_BACKGROUND_INFO 189 +#define SND_BACKGROUND_SETUP 190 -#define NUM_SOUND_FILES 188 +#define NUM_SOUND_FILES 191 #endif /* CONF_SND_H */