New sound effects
[supertux.git] / src / badguy / iceflame.hpp
index f43f71d..d2632c9 100644 (file)
@@ -1,5 +1,5 @@
-//  SuperTux
-//  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
+//  SuperTux badguy - Iceflame a flame-like enemy that can be killed with fireballs
+//  Copyright (C) 2013 LMH <lmh.0013@gmail.com>
 //
 //  This program is free software: you can redistribute it and/or modify
 //  it under the terms of the GNU General Public License as published by
@@ -36,7 +36,6 @@ private:
   float angle;
   float radius;
   float speed;
-  bool fading;
   Color light;
   SpritePtr lightsprite;