added missing sound and music definitions for level number selection screen
authorHolger Schemel <info@artsoft.org>
Sun, 10 Apr 2016 21:36:23 +0000 (23:36 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 10 Apr 2016 21:36:23 +0000 (23:36 +0200)
src/conf_mus.c
src/conf_snd.c

index 907537fd5632be45345173637a536f77b095d686..5ecd0775ed39ae0e610a181aa27bc32b5d51e9e7 100644 (file)
@@ -31,6 +31,7 @@ struct ConfigInfo music_config[] =
   { "background.TITLE",                        UNDEFINED_FILENAME              },
   { "background.MAIN",                 UNDEFINED_FILENAME              },
   { "background.LEVELS",               UNDEFINED_FILENAME              },
+  { "background.LEVELNR",              UNDEFINED_FILENAME              },
   { "background.SCORES",               UNDEFINED_FILENAME              },
   { "background.EDITOR",               UNDEFINED_FILENAME              },
   { "background.INFO",                 "rhythmloop.wav"                },
index 9b18ed962ad1cb0f219c76e48b4397efcc898a86..e2d7a5303fa32210790025495d73fd55311656e7 100644 (file)
@@ -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              },