Mapster32/non-Lua: don't keep tags used for TROR nextwalls when c&p-ing sector.

Again, in case a bunch is discarded. The tags would appear as really tagging
the walls instead of being "hidden".

git-svn-id: https://svn.eduke32.com/eduke32@4012 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2013-08-12 15:18:15 +00:00
parent d87da2c836
commit f7181722cc

View file

@ -1641,7 +1641,7 @@ static int32_t backup_highlighted_map(mapinfofull_t *mapinfo)
mapinfo->wall[tmpnumwalls+j].point2 += (tmpnumwalls-m);
#ifdef YAX_ENABLE
if (mapinfo->numyaxbunches > 0)
if (mapinfo->numyaxbunches > 0 || numyaxbunches > 0)
{
int32_t cf;