On Friday 07 July 2006 22:59, Bradley Arsenault wrote: > I have a simple question, how does Map handle flags? Since multiple > flags can be on the same position, on the same position as another > building (very common with war flags). Map doesn't have any specific > flag related mechanisms, all I can figure is that placing a flag > replaces the information about the building underneath it, or it > doesn't store any information at all.
Flags are virtual buildings that do not take any room in the map. They are only referenced by their posX, posY. The flag in BuildingType allowing this is "isVirtual". Steph -- http://nct.ysagoon.com _______________________________________________ glob2-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/glob2-devel
