- minor bit of cleanup of tags code.

This commit is contained in:
Christoph Oelckers 2015-04-19 08:48:20 +02:00
commit f65a07c952
4 changed files with 11 additions and 9 deletions

View file

@ -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 ();