pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3777 - trunk/pingus/src/worldmap


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3777 - trunk/pingus/src/worldmap
Date: Fri, 11 Jul 2008 10:51:48 +0200

Author: grumbel
Date: 2008-07-11 10:51:48 +0200 (Fri, 11 Jul 2008)
New Revision: 3777

Modified:
   trunk/pingus/src/worldmap/drawable_factory.cpp
Log:
Renamed SurfaceDrawable to SpriteDrawable

Modified: trunk/pingus/src/worldmap/drawable_factory.cpp
===================================================================
--- trunk/pingus/src/worldmap/drawable_factory.cpp      2008-07-11 08:47:14 UTC 
(rev 3776)
+++ trunk/pingus/src/worldmap/drawable_factory.cpp      2008-07-11 08:51:48 UTC 
(rev 3777)
@@ -26,7 +26,7 @@
 {
   if (reader.get_name() == "surface")
     {
-      return new SurfaceDrawable(reader);
+      return new SpriteDrawable(reader);
     }
   else
     {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]