pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldobjsdata groundpiece_data.cxx,1


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjsdata groundpiece_data.cxx,1.16,1.17 liquid_data.cxx,1.12,1.13
Date: 1 Apr 2003 21:54:58 -0000

Update of /var/lib/cvs/Games/Pingus/src/worldobjsdata
In directory dark:/tmp/cvs-serv2591/worldobjsdata

Modified Files:
        groundpiece_data.cxx liquid_data.cxx 
Log Message:
- added static compilation stuff to the main Makefile
- some small fixes

Index: groundpiece_data.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldobjsdata/groundpiece_data.cxx,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- groundpiece_data.cxx        5 Mar 2003 19:13:59 -0000       1.16
+++ groundpiece_data.cxx        1 Apr 2003 21:54:55 -0000       1.17
@@ -32,7 +32,7 @@
 
 GroundpieceData::GroundpieceData () 
 {
-  // do nothing
+  gptype = Groundtype::GP_GROUND; 
 }
 
 GroundpieceData::GroundpieceData (xmlDocPtr doc, xmlNodePtr cur)

Index: liquid_data.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldobjsdata/liquid_data.cxx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- liquid_data.cxx     5 Mar 2003 19:13:59 -0000       1.12
+++ liquid_data.cxx     1 Apr 2003 21:54:55 -0000       1.13
@@ -68,7 +68,6 @@
 void 
 LiquidData::write_xml (std::ostream& xml)
 {
-  std::cout << "LiquidData::write_xml(std::ostream& xml)" << std::endl;
   xml << "<liquid use-old-width-handling=\"" << old_width_handling << "\">\n";
   XMLhelper::write_desc_xml(xml, desc);
   XMLhelper::write_vector_xml(xml, pos);





reply via email to

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