rnd-20020505-1-src
[rocksndiamonds.git] / src / libgame / setup.c
index f7d30d6431a9d28f66fe6954feddcb4b44d28577..524be341fb412a8b0c3fec3c1a24d91bf9ad8435 100644 (file)
@@ -79,7 +79,7 @@ static char *levelclass_desc[NUM_LEVELCLASS_DESC] =
                         IS_LEVELCLASS_USER(n) ?                7 : \
                         9)
 
-#define TOKEN_VALUE_POSITION           30
+#define TOKEN_VALUE_POSITION           40
 
 #define MAX_COOKIE_LEN                 256
 
@@ -422,6 +422,11 @@ char *getCustomSoundFilename(char *basename)
   return NULL;                                 /* cannot find image file */
 }
 
+char *getCustomSoundConfigFilename()
+{
+  return getCustomSoundFilename(SOUNDSINFO_FILENAME);
+}
+
 char *getCustomMusicDirectory(void)
 {
   static char *directory = NULL;