fixed a few warnings
authorMarek Moeckel <wansti@gmx.de>
Sat, 29 Oct 2005 21:12:49 +0000 (21:12 +0000)
committerMarek Moeckel <wansti@gmx.de>
Sat, 29 Oct 2005 21:12:49 +0000 (21:12 +0000)
SVN-Revision: 2928

data/levels/test/forestkeep.stl
src/badguy/fish.cpp

index e9303ab..b408d6e 100644 (file)
 
        (background
          (image "arctis_dark.jpg")
-         (speed 1.000000)
+         (speed 0.500000)
        )
        (spawnpoint (name "main") (x 64) (y 320))
    )
index abc380b..e5003a4 100644 (file)
@@ -58,13 +58,13 @@ Fish::write(lisp::Writer& writer)
 }
 
 HitResponse
-Fish::collision_solid(GameObject& other, const CollisionHit& chit)
+Fish::collision_solid(GameObject& , const CollisionHit& chit)
 {
   return hit(chit);
 }
 
 HitResponse
-Fish::collision_badguy(BadGuy& other, const CollisionHit& chit)
+Fish::collision_badguy(BadGuy& , const CollisionHit& chit)
 {
   return hit(chit);
 }