Core/Maps: remove a NULL macro from MapTree

This commit is contained in:
Ovahlord
2018-10-17 11:58:39 +02:00
parent 96763f81e1
commit be540664c3

View File

@@ -121,7 +121,7 @@ namespace VMAP
}
StaticMapTree::StaticMapTree(uint32 mapID, const std::string &basePath)
: iMapID(mapID), iTreeValues(NULL), iNTreeValues(0), iBasePath(basePath)
: iMapID(mapID), iTreeValues(nullptr), iNTreeValues(0), iBasePath(basePath)
{
if (iBasePath.length() > 0 && iBasePath[iBasePath.length()-1] != '/' && iBasePath[iBasePath.length()-1] != '\\')
{