Fix: Working Checktele-auto-setting

This commit is contained in:
def 2014-02-15 01:19:38 +01:00
parent c6c438fe02
commit f765cc577b

View file

@ -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;
}
}