- fixed 'When you jump into the roof or a bonus and fall back down you collide with...
[supertux.git] / src / level.h
index 70015fc..1f2fe94 100644 (file)
@@ -94,8 +94,6 @@ class Level
   int bkgd_speed;
   Vector start_pos;
   float gravity;
-  bool back_scrolling;
-  float hor_autoscroll_speed;
 
   /** A collection of points to which Tux can be reset after a lost live */
   std::vector<ResetPoint> reset_points;