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.14,1.15


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor object_selector.cxx,1.14,1.15
Date: 14 Sep 2002 13:35:40 -0000

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

Modified Files:
        object_selector.cxx 
Log Message:
splitted InfoBox


Index: object_selector.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/object_selector.cxx,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- object_selector.cxx 11 Sep 2002 15:27:19 -0000      1.14
+++ object_selector.cxx 14 Sep 2002 13:35:38 -0000      1.15
@@ -49,6 +49,7 @@
 #include "../editorobjs/fake_exit_obj.hxx"
 #include "../editorobjs/guillotine_obj.hxx"
 #include "../editorobjs/hammer_obj.hxx"
+#include "../editorobjs/info_box_obj.hxx"
 #include "../editorobjs/laser_exit_obj.hxx"
 #include "../editorobjs/smasher_obj.hxx"
 #include "../editorobjs/spike_obj.hxx"
@@ -56,7 +57,6 @@
 #include "../editorobjs/teleporter_obj.hxx"
 
 #include "../worldobjs/ice_block.hxx"
-#include "../worldobjs/info_box.hxx"
 #include "../worldobjs/conveyor_belt.hxx"
 
 using namespace std;
@@ -201,7 +201,7 @@
          return EditorIceBlockObj::create (pos);
 
        case CL_KEY_5:
-         return EditorInfoBox::create (pos);
+         return InfoBoxObj::create (pos);
          
        case CL_KEY_ESCAPE:
          return EditorObjLst();





reply via email to

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