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.7,1.8 l


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjsdata exit_data.cxx,1.7,1.8 liquid_data.cxx,1.10,1.11
Date: 4 Mar 2003 17:02:54 -0000

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

Modified Files:
        exit_data.cxx liquid_data.cxx 
Log Message:
some cleanup and translator fix


Index: exit_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/exit_data.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- exit_data.cxx       4 Mar 2003 12:53:47 -0000       1.7
+++ exit_data.cxx       4 Mar 2003 17:02:51 -0000       1.8
@@ -39,7 +39,8 @@
 {
   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;
+      if (use_old_pos_handling)
+        std::cout << "XMLPLF: Using Old Pos Handling" << std::endl;
     }
 
   XMLFileReader reader(doc, cur);

Index: liquid_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/liquid_data.cxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- liquid_data.cxx     4 Mar 2003 12:53:47 -0000       1.10
+++ liquid_data.cxx     4 Mar 2003 17:02:51 -0000       1.11
@@ -43,7 +43,8 @@
 {
   if (XMLhelper::get_prop(cur, "use-old-width-handling", old_width_handling))
     {
-      std::cout << "XMLPLF: Use Old Width Handling: " << old_width_handling << 
std::endl;
+      if (old_width_handling)
+        std::cout << "XMLPLF: Using Old Width Handling: " << std::endl;
     }
 
   XMLFileReader reader(doc, cur);





reply via email to

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