change notion from layers to z-pos in levelfiles
[supertux.git] / src / object / particlesystem.hpp
index 5983570..65b374b 100644 (file)
@@ -58,7 +58,7 @@ public:
     virtual void draw(DrawingContext& context);
 
 protected:
-    int layer;
+    int z_pos;
 
     class Particle
     {