[Gtkradiant] [Bug 419] Setting a region and toggling it off can cause all entities outside the region to be lost
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Mon, 18 Mar 2002 09:50:41 -0600
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=419
------- Additional Comments From wjoseph@europe.ea.com 2002-03-18 09:50 -------
bug: File->Save with region active acts the same as File->Save Region
map.cpp::612
if(region_active)
should be
if(bRegionOnly && region_active)
fixed in stable-1_2 branch
------- You are receiving this mail because: -------
Whoops! I have no idea!