pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editorobjs groundpiece_obj.cxx,1.4,1.


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editorobjs groundpiece_obj.cxx,1.4,1.5
Date: 27 Nov 2002 20:05:44 -0000

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

Modified Files:
        groundpiece_obj.cxx 
Log Message:
- little cleanup here and there
- added level names to the worldmap
- added absolute time to gamedelta


Index: groundpiece_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/groundpiece_obj.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- groundpiece_obj.cxx 7 Oct 2002 13:12:48 -0000       1.4
+++ groundpiece_obj.cxx 27 Nov 2002 20:05:42 -0000      1.5
@@ -51,6 +51,10 @@
 void
 GroundpieceObj::write_xml (std::ostream& xml)
 {
+  data->pos.x = int(data->pos.x);
+  data->pos.y = int(data->pos.y);
+  data->pos.z = int(data->pos.z);
+
   data->write_xml(xml);
 }
 





reply via email to

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