- new more bulletprof endsequence code patch from MatzeB
[supertux.git] / src / level.h
index ac503ed..11d8181 100644 (file)
@@ -87,8 +87,6 @@ class Level
   int width;
   int start_pos_x;
   int start_pos_y;
-  int  endpos;
-  bool use_endsequence;
   float gravity;
 
   std::vector<BadGuyData> badguy_data;