Author: grumbel
Date: 2008-07-03 06:27:26 +0200 (Thu, 03 Jul 2008)
New Revision: 3642

Modified:
   trunk/pingus/src/worldmap/manager.cpp
Log:
Fixed update issue

Modified: trunk/pingus/src/worldmap/manager.cpp
===================================================================
--- trunk/pingus/src/worldmap/manager.cpp       2008-07-03 04:14:43 UTC (rev 
3641)
+++ trunk/pingus/src/worldmap/manager.cpp       2008-07-03 04:27:26 UTC (rev 
3642)
@@ -282,7 +282,7 @@
 void
 WorldMapManager::update (float delta)
 {
-  UNUSED_ARG(delta);
+  GUIScreen::update(delta);
 
   // Exit the word
   if (exit_worldmap)
@@ -350,7 +350,6 @@
 WorldMapComponent::update (float delta)
 {
   WorldMapManager::instance()->worldmap->update(delta);
-  UNUSED_ARG(delta);
 }
 
 void



_______________________________________________
pingus-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pingus-cvs

Reply via email to