pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor object_selector.cxx,1.13,1.14


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor object_selector.cxx,1.13,1.14
Date: 11 Sep 2002 15:27:21 -0000

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

Modified Files:
        object_selector.cxx 
Log Message:
splitted SwitchDoor


Index: object_selector.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/object_selector.cxx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- object_selector.cxx 11 Sep 2002 12:45:58 -0000      1.13
+++ object_selector.cxx 11 Sep 2002 15:27:19 -0000      1.14
@@ -46,18 +46,18 @@
 #include "../backgrounds/thunderstorm_background.hxx"
 
 #include "../editorobjs/bumper_obj.hxx"
-#include "../editorobjs/guillotine_obj.hxx"
-#include "../editorobjs/laser_exit_obj.hxx"
-#include "../editorobjs/spike_obj.hxx"
 #include "../editorobjs/fake_exit_obj.hxx"
+#include "../editorobjs/guillotine_obj.hxx"
 #include "../editorobjs/hammer_obj.hxx"
+#include "../editorobjs/laser_exit_obj.hxx"
 #include "../editorobjs/smasher_obj.hxx"
+#include "../editorobjs/spike_obj.hxx"
+#include "../editorobjs/switch_door_obj.hxx"
 #include "../editorobjs/teleporter_obj.hxx"
 
 #include "../worldobjs/ice_block.hxx"
 #include "../worldobjs/info_box.hxx"
 #include "../worldobjs/conveyor_belt.hxx"
-#include "../worldobjs/switch_door.hxx"
 
 using namespace std;
 using namespace EditorObjs;
@@ -192,7 +192,7 @@
          return TeleporterObj::create (pos);
          
        case CL_KEY_2:
-         return EditorSwitchDoorObj::create (pos);
+         return SwitchDoorObj::create (pos);
 
        case CL_KEY_3:
          return EditorConveyorBeltObj::create (pos);





reply via email to

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