- minor bit of cleanup of tags code.
This commit is contained in:
parent
f983f778f2
commit
f65a07c952
4 changed files with 11 additions and 9 deletions
|
|
@ -307,7 +307,7 @@ void P_TranslateTeleportThings ()
|
|||
|
||||
while ( (dest = iterator.Next()) )
|
||||
{
|
||||
if (dest->Sector->GetMainTag() == 0)
|
||||
if (!dest->Sector->HasTags())
|
||||
{
|
||||
dest->tid = 1;
|
||||
dest->AddToHash ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue