- fixed rising specials
[supertux.git] / src / world.h
index 58dccfc..e62ce66 100644 (file)
@@ -58,7 +58,6 @@ public:
   std::vector<FloatingScore*> floating_scores;
 
   std::vector<Upgrade> upgrades;
-  Timer bullets_timer;
   std::vector<Bullet> bullets;
   typedef std::vector<ParticleSystem*> ParticleSystems;
   ParticleSystems particle_systems;