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 exit_data.cxx,1.2,1.3


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjsdata exit_data.cxx,1.2,1.3
Date: 11 Oct 2002 15:53:33 -0000

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

Modified Files:
        exit_data.cxx 
Log Message:
fixed copy&paste bug


Index: exit_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/exit_data.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- exit_data.cxx       28 Sep 2002 19:31:06 -0000      1.2
+++ exit_data.cxx       11 Oct 2002 15:53:31 -0000      1.3
@@ -34,7 +34,7 @@
 ExitData::ExitData (xmlDocPtr doc, xmlNodePtr cur) : owner_id(0),
                                                      use_old_pos_handling(true)
 {
-  if (XMLhelper::get_prop(cur, "use-old-pos-handling", use_old_pos_handling));
+  if (XMLhelper::get_prop(cur, "use-old-pos-handling", use_old_pos_handling))
     {
       std::cout << "XMLPLF: Use Old Pos Handling: " << use_old_pos_handling << 
std::endl;
     }





reply via email to

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