X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_game.pas;h=844e9a4554a02fcf4f9650a6fb2b230658e53d5d;hb=7f678ccb6d789d35b562f0d51ed39607ff65d040;hp=f5b1903db7cde1fe171408dd13c7052329becc36;hpb=293ea7628b51495cb55d020e33db3aa262c1085f;p=d2df-sdl.git diff --git a/src/game/g_game.pas b/src/game/g_game.pas index f5b1903..844e9a4 100644 --- a/src/game/g_game.pas +++ b/src/game/g_game.pas @@ -3337,6 +3337,8 @@ begin drawTime(gScreenWidth-72, gScreenHeight-16); if gGameOn then drawProfilers(); + + g_Holmes_DrawUI(); end; procedure g_Game_Quit();