From eecf946cfd964072c60ad443f70cf18b677b6268 Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Thu, 31 Aug 2017 03:37:11 +0300 Subject: [PATCH] removed one debug message --- src/game/g_map.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.29.2