pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src Makefile.am,1.143,1.144 xml_plf.cxx,


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src Makefile.am,1.143,1.144 xml_plf.cxx,1.36,1.37
Date: 5 Apr 2003 23:24:34 -0000

Update of /var/lib/cvs/Games/Pingus/src
In directory dark:/tmp/cvs-serv9150/src

Modified Files:
        Makefile.am xml_plf.cxx 
Log Message:
make files fixes

Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/Makefile.am,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- Makefile.am 5 Apr 2003 20:24:16 -0000       1.143
+++ Makefile.am 5 Apr 2003 23:24:32 -0000       1.144
@@ -226,6 +226,7 @@
 playfield_view.hxx \
 plf.cxx \
 plf.hxx \
+plf_handle.hxx \
 plf_res_mgr.hxx \
 plf_res_mgr.cxx \
 plt_xml.cxx \

Index: xml_plf.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/xml_plf.cxx,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- xml_plf.cxx 30 Mar 2003 20:43:52 -0000      1.36
+++ xml_plf.cxx 5 Apr 2003 23:24:32 -0000       1.37
@@ -93,10 +93,14 @@
              continue;
            }
 
+         if (XMLhelper::equal_str(cur->name, "version"))
+            {
+              // FIXME: ignoring version at the moment
+            }
          // FIXME: This can mostly be unified with the
          // WorldObjDataFactory, exit, backgrounds, etc. are all
          // WorldObjs
-         if (XMLhelper::equal_str(cur->name, "global"))
+         else if (XMLhelper::equal_str(cur->name, "global"))
            {
              parse_global(cur);
            }





reply via email to

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