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.8,1.9
Date: 20 Dec 2002 19:39:15 -0000

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

Modified Files:
        groundpiece_data.cxx 
Log Message:
bye bye pointer, welcome references


Index: groundpiece_data.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldobjsdata/groundpiece_data.cxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- groundpiece_data.cxx        20 Dec 2002 18:45:41 -0000      1.8
+++ groundpiece_data.cxx        20 Dec 2002 19:39:13 -0000      1.9
@@ -142,9 +142,9 @@
 
   // Factory in the Reader ensures that we are in the 'groundpiece'
   // section
-  reader.read_string("type", &gptype_str);
-  //reader.read_desc  ("desc", &desc);
-  reader.read_vector("pos",  &pos);
+  reader.read_string("type", gptype_str);
+  //reader.read_desc  ("desc", desc);
+  reader.read_vector("pos",  pos);
 
   gptype = Groundtype::string_to_type (gptype_str);
 }




reply via email to

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