pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editorobjs groundpiece_obj.cxx,1.10,


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editorobjs groundpiece_obj.cxx,1.10,1.11
Date: 18 Feb 2003 22:03:41 -0000

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

Modified Files:
        groundpiece_obj.cxx 
Log Message:
groundtype fix


Index: groundpiece_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/groundpiece_obj.cxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- groundpiece_obj.cxx 14 Dec 2002 11:34:58 -0000      1.10
+++ groundpiece_obj.cxx 18 Feb 2003 22:03:39 -0000      1.11
@@ -166,6 +166,7 @@
   propframe->add_enum_value("Transparent", Groundtype::GP_TRANSPARENT);
   propframe->add_enum_value("Solid",       Groundtype::GP_SOLID);
   propframe->add_enum_value("Bridge",      Groundtype::GP_BRIDGE);
+  propframe->add_enum_value("Remove",      Groundtype::GP_REMOVE);
   propframe->end_add_enum_box();
   
   propframe->add_button_box("Rotate 90 (r)",       GroundpieceObjRotate(this));





reply via email to

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