- fixed 'When you jump into the roof or a bonus and fall back down you collide with...
[supertux.git] / src / leveleditor.h
index d60611c..48b8a6e 100644 (file)
@@ -29,11 +29,7 @@ struct square
 };
 
 /* selection modes */
-enum {
-  CURSOR,
-  SQUARE,
-  NONE
-};
+enum SelectionMode { CURSOR, SQUARE, NONE };
 
 int leveleditor(char* filename = NULL);
 void newlevel(void);