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.102,1.103 worldobj_data


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src Makefile.am,1.102,1.103 worldobj_data_factory.cxx,1.20,1.21
Date: 18 Sep 2002 15:00:39 -0000

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

Modified Files:
        Makefile.am worldobj_data_factory.cxx 
Log Message:
removed last background


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/Makefile.am,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- Makefile.am 17 Sep 2002 16:23:30 -0000      1.102
+++ Makefile.am 18 Sep 2002 15:00:37 -0000      1.103
@@ -26,7 +26,6 @@
 
 SUBDIRS = \
        actions             \
-       backgrounds         \
        caimagemanipulation \
        editor              \
        editorobjs          \
@@ -66,7 +65,6 @@
         entrances/libpingus_entrances.a \
         particles/libpingus_particle.a  \
         editor/libpingus_editor.a       \
-        backgrounds/libpingus_backgrounds.a       \
         worldmap/libpingus_worldmap.a \
         generic/libpingus_generic.a \
        gui/libpingus_gui.a \

Index: worldobj_data_factory.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobj_data_factory.cxx,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- worldobj_data_factory.cxx   17 Sep 2002 01:03:59 -0000      1.20
+++ worldobj_data_factory.cxx   18 Sep 2002 15:00:37 -0000      1.21
@@ -21,9 +21,6 @@
 #include "xml_helper.hxx"
 #include "pingus_error.hxx"
 
-// Backgrounds
-#include "backgrounds/thunderstorm_background_data.hxx"
-
 // Special Objects
 #include "hotspot_data.hxx"
 #include "entrance_data.hxx"
@@ -34,21 +31,22 @@
 #include "worldobjsdata/bumper_data.hxx"
 #include "worldobjsdata/conveyor_belt_data.hxx"
 #include "worldobjsdata/fake_exit_data.hxx"
+#include "worldobjsdata/groundpiece_data.hxx"
 #include "worldobjsdata/guillotine_data.hxx"
 #include "worldobjsdata/hammer_data.hxx"
 #include "worldobjsdata/ice_block_data.hxx"
 #include "worldobjsdata/info_box_data.hxx"
 #include "worldobjsdata/laser_exit_data.hxx"
+#include "worldobjsdata/rain_generator_data.hxx"
 #include "worldobjsdata/smasher_data.hxx"
+#include "worldobjsdata/snow_generator_data.hxx"
 #include "worldobjsdata/solid_color_background_data.hxx"
 #include "worldobjsdata/spike_data.hxx"
 #include "worldobjsdata/starfield_background_data.hxx"
 #include "worldobjsdata/surface_background_data.hxx"
 #include "worldobjsdata/switch_door_data.hxx"
 #include "worldobjsdata/teleporter_data.hxx"
-#include "worldobjsdata/rain_generator_data.hxx"
-#include "worldobjsdata/snow_generator_data.hxx"
-#include "worldobjsdata/groundpiece_data.hxx"
+#include "worldobjsdata/thunderstorm_background_data.hxx"
 
 using namespace WorldObjsData;
 





reply via email to

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