Made trampolines less likely to interfere with level design:
[supertux.git] / src / object / particlesystem_interactive.hpp
index e291053..3bb7313 100644 (file)
@@ -1,7 +1,7 @@
-//  $Id: ParticleSystem_Interactive.h 2462 2005-05-10 15:38:16Z wansti $
-// 
+//  $Id$
+//
 //  SuperTux
-//  Copyright (C) 2004 Matthias Braun <matze@braunis.de>
+//  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
 //
 //  This program is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU General Public License
 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 //  GNU General Public License for more details.
-// 
+//
 //  You should have received a copy of the GNU General Public License
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+
 #ifndef SUPERTUX_PARTICLESYSTEM_INTERACTIVE_H
 #define SUPERTUX_PARTICLESYSTEM_INTERACTIVE_H
 
@@ -53,7 +54,7 @@ public:
     virtual void draw(DrawingContext& context);
 
 protected:
-    int layer;
+    int z_pos;
 
     class Particle
     {