From 1de9e419155232944d62b6318277663a8b73cb25 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 28 Oct 2012 21:01:54 +0000 Subject: Fixed gcc compilation git-svn-id: http://mc-server.googlecode.com/svn/trunk@1017 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/World.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/World.cpp') diff --git a/source/World.cpp b/source/World.cpp index f1a3950ba..bd77b7f5f 100644 --- a/source/World.cpp +++ b/source/World.cpp @@ -2220,7 +2220,7 @@ int cWorld::SpawnMob(double a_PosX, double a_PosY, double a_PosZ, int a_EntityTy default: { - LOGWARNING(__FUNCTION__ ": Unhandled entity type: %d. Not spawning.", a_EntityType); + LOGWARNING("cWorld::SpawnMob(): Unhandled entity type: %d. Not spawning.", a_EntityType); return -1; } } -- cgit v1.2.3