Tuxdev's patch to fix death by falling when invincible.
[supertux.git] / src / object / particlesystem_interactive.hpp
index 6da6805..3bb7313 100644 (file)
@@ -54,7 +54,7 @@ public:
     virtual void draw(DrawingContext& context);
 
 protected:
-    int layer;
+    int z_pos;
 
     class Particle
     {