mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge #1980
1980: Fix: automapper skips tiles when it shouldn't r=def- a=Aerll In case of something like: INDEX 0 OR 1 all tiles need to be automapped. Co-authored-by: Aerll <31746984+aerll@users.noreply.github.com>
This commit is contained in:
commit
6e7ef52bda
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue