little info-file format change
authorTobias Gläßer <tobi.web@gmx.de>
Sat, 20 Mar 2004 22:18:47 +0000 (22:18 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Sat, 20 Mar 2004 22:18:47 +0000 (22:18 +0000)
SVN-Revision: 289

data/levels/default/info
src/level.cpp

index 90e4cff..c92dc21 100644 (file)
@@ -1,4 +1,4 @@
 ;SuperTux-Level-Subset
-(level-subset
+(supertux-level-subset
   (title "Revenge In Redmond")
   (description "Gown has been abducted."))
\ No newline at end of file
index ecd4c0c..8f5458c 100644 (file)
@@ -111,7 +111,7 @@ void st_subset::load(char *subset)
           printf("World: Read error in %s",filename);
         }
 
-      if (strcmp(lisp_symbol(cur), "level-subset") == 0)
+      if (strcmp(lisp_symbol(cur), "supertux-level-subset") == 0)
         {
           parse(lisp_cdr(root_obj));