1
0

Manually exported DoWithMap

This commit is contained in:
andrew
2014-02-23 13:25:02 +02:00
parent 9fa4fa1cc7
commit 30b22e9f59
5 changed files with 12 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ cMapManager::cMapManager(cWorld * a_World)
bool cMapManager::DoWithMap(unsigned int a_ID, cMapCallback & a_Callback)
bool cMapManager::DoWithMap(int a_ID, cMapCallback & a_Callback)
{
cCSLock Lock(m_CS);
cMap * Map = GetMapData(a_ID);