| 915 | } |
| 916 | |
| 917 | void CRenderLayerTile::GetTileData(unsigned char *pIndex, unsigned char *pFlags, int *pAngleRotate, unsigned int x, unsigned int y, int CurOverlay) const |
| 918 | { |
| 919 | *pIndex = m_pTiles[y * m_pLayerTilemap->m_Width + x].m_Index; |
| 920 | *pFlags = m_pTiles[y * m_pLayerTilemap->m_Width + x].m_Flags; |
| 921 | } |
| 922 | |
| 923 | /************** |
| 924 | * Quad Layer * |
nothing calls this directly
no test coverage detected