mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix: Working Checktele-auto-setting
This commit is contained in:
parent
c6c438fe02
commit
f765cc577b
|
@ -592,6 +592,7 @@ int CLayerTiles::RenderProperties(CUIRect *pToolBox)
|
|||
{
|
||||
gl->m_pTiles[y*gl->m_Width+x].m_Index = TILE_AIR+Result;
|
||||
gl->m_pTeleTile[y*gl->m_Width+x].m_Number = 1;
|
||||
gl->m_pTeleTile[y*gl->m_Width+x].m_Type = TILE_AIR+Result;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue