1
0

Fixed compilation

This commit is contained in:
Tiger Wang 2014-06-05 08:25:26 +01:00
parent 873043c8e4
commit f22a1b226c

View File

@ -1576,7 +1576,7 @@ bool cPlayer::MoveToWorld(const AString & a_WorldName, cWorld * a_World)
World = cRoot::Get()->GetWorld(a_WorldName); World = cRoot::Get()->GetWorld(a_WorldName);
if (World == NULL) if (World == NULL)
{ {
LOG("%s: Couldn't find world \"%s\".", __FUNCTION__, a_WorldName); LOG("%s: Couldn't find world \"%s\".", __FUNCTION__, a_WorldName.c_str());
return false; return false;
} }
} }