X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame%2Fg_items.pas;h=995651748561cc0073261b288feea077fe1bf4d4;hb=697ceaf7fedd1acbba6d2af7d1c3258a5b1a8a6e;hp=27dbc75bf19abf1ced60905a43afd6212a3ac526;hpb=082b546b38711030b4490facbefa37a331cb1a37;p=d2df-sdl.git diff --git a/src/game/g_items.pas b/src/game/g_items.pas index 27dbc75..9956517 100644 --- a/src/game/g_items.pas +++ b/src/game/g_items.pas @@ -463,7 +463,7 @@ var begin if ForcedID < 0 then find_id := allocItem() else find_id := wantItemSlot(ForcedID); - {$IF DEFINED(D2F_DEBUG)}e_WriteLog(Format('allocated item #%d', [Integer(find_id)]), MSG_NOTIFY);{$ENDIF} + //{$IF DEFINED(D2F_DEBUG)}e_WriteLog(Format('allocated item #%d', [Integer(find_id)]), MSG_NOTIFY);{$ENDIF} it := @ggItems[find_id];