mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 01:11:44 +00:00
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:
parent
d87da2c836
commit
f7181722cc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue