mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
* Added comments to map.h * Refactoring(renamed attributes, some steps towards coding guidelines, ..)
This commit is contained in:
@ -38,7 +38,7 @@ void CMapInfo::mapInit(const std::string &fname, const ui8 *map )
|
||||
fileURI = fname;
|
||||
int i = 0;
|
||||
mapHeader = new CMapHeader();
|
||||
mapHeader->version = CMapHeader::invalid;
|
||||
mapHeader->version = EMapFormat::INVALID;
|
||||
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user