added support for special media buttons on Amazon Fire TV remote control
[rocksndiamonds.git] / src / conf_snd.c
index c57e7ea11242b48df139375dc96288e0ffdd4f48..e2d7a5303fa32210790025495d73fd55311656e7 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              },
@@ -264,6 +264,7 @@ struct ConfigInfo sound_config[] =
   { "background.TITLE",                        UNDEFINED_FILENAME              },
   { "background.MAIN",                 UNDEFINED_FILENAME              },
   { "background.LEVELS",               UNDEFINED_FILENAME              },
+  { "background.LEVELNR",              UNDEFINED_FILENAME              },
   { "background.SCORES",               "halloffame.wav"                },
   { "background.SCORES.mode_loop",     "false"                         },
   { "background.EDITOR",               UNDEFINED_FILENAME              },