std::map<std::pair<cTiles*,long>,char>
m_mClearTileTable, in Class cGameState
Documentation
During map/screen generation, this table is utilized to set screen tiles to being "clear" (able to be walked on) or solid. The char value isn't utilized. The purpose of this table is to just see if the key exists.