mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 17:29:06 +00:00
Visual Studio 2013 compilation support for NL3D
This commit is contained in:
parent
c7d7b3e464
commit
7c9b10912e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ pair<string, uint32> CZoneSearch::getZoneName(uint x, uint y, uint cx, uint cy)
|
|||
|
||||
sprintf(name, "%d_%c%c.zonel", zoneY, firstLetter, secondLetter);
|
||||
|
||||
return make_pair<string, uint32>(string(name), distance);
|
||||
return std::pair<string, uint32>(string(name), distance);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue