- Use obstacks for memory allocation for lispfiles and DrawingRequests,
[supertux.git] / src / worldmap / tux.cpp
index 2e89f04..b135933 100644 (file)
@@ -35,7 +35,7 @@ namespace WorldMapNS
 {
 
 static const float TUXSPEED = 200;
-static const float map_message_TIME = 2.8;
+static const float map_message_TIME = 2.8f;
 
 Tux::Tux(WorldMap* worldmap_)
   : worldmap(worldmap_)