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.3,1.4


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjsdata exit_data.cxx,1.3,1.4
Date: 28 Oct 2002 20:13:42 -0000

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

Modified Files:
        exit_data.cxx 
Log Message:
hooked up scroll events in the client, fixed axis_scroller

Index: exit_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/exit_data.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- exit_data.cxx       11 Oct 2002 15:53:31 -0000      1.3
+++ exit_data.cxx       28 Oct 2002 20:13:40 -0000      1.4
@@ -39,6 +39,13 @@
       std::cout << "XMLPLF: Use Old Pos Handling: " << use_old_pos_handling << 
std::endl;
     }
 
+  /* 
+     PropertyReader reader();
+
+     reader.reg_bool("use-old-pos-handling", false, OPTIONAL);
+     reader.reg_pos ("position", false, OPTIONAL);
+   */
+
   cur = cur->children;
   while (cur)
     {





reply via email to

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