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.4,1


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjsdata info_box_data.cxx,1.4,1.5
Date: 17 Sep 2002 21:45:58 -0000

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

Modified Files:
        info_box_data.cxx 
Log Message:
- some small bugfixes
- removed the useless limitation to multiple of tile_size mapsize

Index: info_box_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/info_box_data.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- info_box_data.cxx   17 Sep 2002 16:23:30 -0000      1.4
+++ info_box_data.cxx   17 Sep 2002 21:45:56 -0000      1.5
@@ -71,12 +71,11 @@
     }
 }
 
-InfoBoxData::InfoBoxData (const InfoBoxData& old) : WorldObjData(old),
-                                                    info_text(old.info_text),
-                                                   pos(old.pos),
-                                                   text_pos(old.text_pos),
-                                                   sprite(old.sprite),
-                                                   font(old.font)
+InfoBoxData::InfoBoxData (const InfoBoxData& old)
+  : WorldObjData(old),
+    info_text(old.info_text),
+    pos(old.pos),
+    text_pos(old.text_pos)
 {
 }
 





reply via email to

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