X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_monsters.pas;h=280dc56a386d93137f5a306d9037e4344b45ae74;hb=96c1729fd9ce1bf598de323204c219aaaa0a097c;hp=5d529e2593fbfc01b3c8762197ef35b9eac7d575;hpb=8d79811e816ea0947f369f2cbb2e8226447ec412;p=d2df-sdl.git diff --git a/src/game/g_monsters.pas b/src/game/g_monsters.pas index 5d529e2..280dc56 100644 --- a/src/game/g_monsters.pas +++ b/src/game/g_monsters.pas @@ -2009,7 +2009,7 @@ begin begin monsGrid.removeBody(mProxyId); {$IF DEFINED(D2F_DEBUG_MONS_MOVE)} - e_WriteLog(Format('monster #%d:(%u): removed from tree; mProxyid=%d', [mArrIdx, UID, mProxyId]), MSG_NOTIFY); + e_WriteLog(Format('monster #%d:(%u): removed from grid; mProxyid=%d', [mArrIdx, UID, mProxyId]), MSG_NOTIFY); {$ENDIF} end; mProxyId := -1;