pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldmap node.cxx,1.2,1.3


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap node.cxx,1.2,1.3
Date: 18 Jun 2002 21:17:19 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/worldmap
In directory dark:/tmp/cvs-serv30598/src/worldmap

Modified Files:
        node.cxx 
Log Message:
- added resource garbage collector
- added new images to the makefiles/.scr files

Index: node.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/node.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- node.cxx    13 Jun 2002 14:25:13 -0000      1.2
+++ node.cxx    18 Jun 2002 21:17:16 -0000      1.3
@@ -27,6 +27,7 @@
 #include "../xml_plf.hxx"
 #include "../pingus_error.hxx"
 #include "../sound.hxx"
+#include "../pingus_resource.hxx"
 #include "node.hxx"
 
 using namespace Pingus::WorldMap;
@@ -123,6 +124,8 @@
     {
       std::cout << "LevelNode::on_click (): Error: level is invalid" << 
std::endl;
     }
+
+  PingusResource::cleanup ();
 }
 
 void 




reply via email to

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