Rename some variables to make their purpose clearer

This commit is contained in:
sfan5
2015-03-18 22:49:19 +01:00
parent 70b75507fe
commit a361e4d1eb
3 changed files with 36 additions and 36 deletions

View File

@ -120,12 +120,12 @@ private:
int m_mapHeight;
std::list<std::pair<int, int> > m_positions;
NameMap m_nameMap;
ColorMap m_colors;
uint16_t m_readedPixels[16];
ColorMap m_colorMap;
uint16_t m_readPixels[16];
uint16_t m_readInfo[16];
NameSet m_unknownNodes;
Color m_col[16][16];
uint8_t m_th[16][16];
Color m_color[16][16];
uint8_t m_thickness[16][16];
int m_blockAirId;
int m_blockIgnoreId;