converted ghost forest music to .ogg because of problems playing the mod file
[supertux.git] / src / object / bullet.cpp
index 1b8279f..3d1b228 100644 (file)
@@ -55,7 +55,7 @@ Bullet::~Bullet()
 }
 
 void
-Bullet::action(float elapsed_time)
+Bullet::update(float elapsed_time)
 {
   if(kind == FIRE_BULLET) {
     // @not completely framerate independant :-/