X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame%2Fg_holmes.pas;h=c3c29df5646f86a93c0c3c6b42474c611f6dd17d;hb=dcddacd6f339e310c23663bd7e0b6ec7733ccf0f;hp=0b5c00de044b53516432b702412a73a6e5d6f48d;hpb=dda89b4dbebf5fb63084ed24f9fac8299aa97d7c;p=d2df-sdl.git diff --git a/src/game/g_holmes.pas b/src/game/g_holmes.pas index 0b5c00d..c3c29df 100644 --- a/src/game/g_holmes.pas +++ b/src/game/g_holmes.pas @@ -1084,7 +1084,7 @@ procedure plrDebugDraw (); if showMonsInfo then begin //fillRect(mx-4, my-7*8-6, 110, 7*8+6, 0, 0, 94, 250); - hlmContext.font := 'msx'; + hlmContext.font := 'msx6'; hlmContext.color := TGxRGBA.Create(255, 127, 0); hlmContext.darkenRect(mx-4, my-7*hlmContext.charWidth(' ')-6, 110, 7*hlmContext.charWidth(' ')+6, 128); @@ -1149,7 +1149,7 @@ procedure plrDebugDraw (); tts: AnsiString; tx: Integer; begin - hlmContext.font := 'msx'; + hlmContext.font := 'msx6'; hlmContext.color := TGxRGBA.Create(255, 0, 255, 96); hlmContext.fillRect(trig.x, trig.y, trig.width, trig.height); tts := trigType2Str(trig.TriggerType); @@ -1308,7 +1308,7 @@ begin if showMapCurPos then begin gxSetContext(hlmContext); - hlmContext.font := 'dos'; + hlmContext.font := 'win8'; hlmContext.color := TGxRGBA.Create(255, 255, 0); hlmContext.drawText(4, gWinSizeY-10, Format('mappos:(%d,%d)', [pmsCurMapX, pmsCurMapY])); gxSetContext(nil);