From: Ketmar Dark Date: Thu, 31 Aug 2017 00:37:11 +0000 (+0300) Subject: removed one debug message X-Git-Url: http://deadsoftware.ru/gitweb?a=commitdiff_plain;h=eecf946cfd964072c60ad443f70cf18b677b6268;p=d2df-sdl.git removed one debug message --- diff --git a/src/game/g_map.pas b/src/game/g_map.pas index 924dc00..66d4e56 100644 --- a/src/game/g_map.pas +++ b/src/game/g_map.pas @@ -1609,7 +1609,7 @@ begin Break; end; end; - {$IF DEFINED(D2F_DEBUG)} + {$IF DEFINED(D2F_DEBUG_TXLOAD)} e_WriteLog(Format(' Loading texture #%d: %s', [a, s]), MSG_NOTIFY); {$ENDIF} //if g_Map_IsSpecialTexture(s) then e_WriteLog(' SPECIAL!', MSG_NOTIFY);