mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
removed useless dbg_msg
This commit is contained in:
parent
22192c1047
commit
ade61b33b1
|
@ -599,7 +599,6 @@ int CEditorMap::Load(class IStorage *pStorage, const char *pFileName, int Storag
|
||||||
|
|
||||||
for(int i = 0; i < pTiles->m_Width*pTiles->m_Height; i++)
|
for(int i = 0; i < pTiles->m_Width*pTiles->m_Height; i++)
|
||||||
{
|
{
|
||||||
dbg_msg("Tele","%d",((CLayerTiles*)pTiles)->m_pTiles[i].m_Index);
|
|
||||||
if(((CLayerTele*)pTiles)->m_pTeleTile[i].m_Type == TILE_TELEIN)
|
if(((CLayerTele*)pTiles)->m_pTeleTile[i].m_Type == TILE_TELEIN)
|
||||||
((CLayerTiles*)pTiles)->m_pTiles[i].m_Index = TILE_TELEIN;
|
((CLayerTiles*)pTiles)->m_pTiles[i].m_Index = TILE_TELEIN;
|
||||||
else if(((CLayerTele*)pTiles)->m_pTeleTile[i].m_Type == TILE_TELEINEVIL)
|
else if(((CLayerTele*)pTiles)->m_pTeleTile[i].m_Type == TILE_TELEINEVIL)
|
||||||
|
|
Loading…
Reference in a new issue