added configurability of different window size for title screens
[rocksndiamonds.git] / src / conf_snd.c
index fa6ae33461ec9f42cd7f9c011ed61bbab5ffee16..9b18ed962ad1cb0f219c76e48b4397efcc898a86 100644 (file)
@@ -247,8 +247,8 @@ struct ConfigInfo sound_config[] =
   { "game.sokoban_solving",            "buing.wav"                     },
 
   /* sounds for other non-game actions */
-  { "door.opening",                    "oeffnen.wav"                   },
-  { "door.closing",                    "oeffnen.wav"                   },
+  { "door.opening",                    "door.wav"                      },
+  { "door.closing",                    "door.wav"                      },
 
   { "request.opening",                 UNDEFINED_FILENAME              },
   { "request.closing",                 UNDEFINED_FILENAME              },
@@ -257,6 +257,9 @@ struct ConfigInfo sound_config[] =
   { "menu.item.activating",            "empty.wav"                     },
   { "menu.item.selecting",             "base.wav"                      },
 
+  { "menu.button.pressing",            UNDEFINED_FILENAME              },
+  { "menu.button.releasing",           UNDEFINED_FILENAME              },
+
   { "background.TITLE_INITIAL",                UNDEFINED_FILENAME              },
   { "background.TITLE",                        UNDEFINED_FILENAME              },
   { "background.MAIN",                 UNDEFINED_FILENAME              },