pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldobjsdata info_box_data.cxx,1.3,1


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjsdata info_box_data.cxx,1.3,1.4 info_box_data.hxx,1.1,1.2
Date: 17 Sep 2002 16:23:32 -0000

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

Modified Files:
        info_box_data.cxx info_box_data.hxx 
Log Message:
- fixed crash bug in the infobox
- removed lots of obsolete cruft from the spotmap
- old-style groundpieces should be handled correctly now (not much tested, so 
handle with care)

Index: info_box_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/info_box_data.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- info_box_data.cxx   15 Sep 2002 09:54:34 -0000      1.3
+++ info_box_data.cxx   17 Sep 2002 16:23:30 -0000      1.4
@@ -26,10 +26,8 @@
 
 namespace WorldObjsData {
 
-InfoBoxData::InfoBoxData () : sprite("infobox", "worldobjs"),
-                              
font(PingusResource::load_font("Fonts/pingus_small", "fonts"))
+InfoBoxData::InfoBoxData () 
 {
-  sprite.set_align_center_bottom ();
 }
 
 InfoBoxData::~InfoBoxData ()

Index: info_box_data.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/info_box_data.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- info_box_data.hxx   14 Sep 2002 13:35:38 -0000      1.1
+++ info_box_data.hxx   17 Sep 2002 16:23:30 -0000      1.2
@@ -36,7 +36,6 @@
   CL_Vector pos;
   CL_Vector text_pos;
   Sprite    sprite;
-  CL_Font*  font;
 
 public:
   InfoBoxData ();





reply via email to

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