Fix: automapper skips tiles when it shouldn't

In case of something like: INDEX 0 OR 1 all tiles need to be automapped.
This commit is contained in:
Aerll 2019-12-05 15:28:35 +01:00 committed by GitHub
parent c31f6303cf
commit 9f4721b74b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -330,6 +330,7 @@ void CAutoMapper::Load(const char* pTileName)
}
if(pIndexRule->m_SkipEmpty && pIndexRule->m_SkipFull)
{
pIndexRule->m_SkipEmpty = false;
pIndexRule->m_SkipFull = false;
}
}