summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1756080)
raw | patch | inline | side by side (parent: 1756080)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Thu, 21 Sep 2017 12:45:49 +0000 (15:45 +0300) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Thu, 21 Sep 2017 12:46:57 +0000 (15:46 +0300) |
src/game/g_game.pas | patch | blob | history |
diff --git a/src/game/g_game.pas b/src/game/g_game.pas
index ab843d3c8ca2892df532db9d556978f4e22a7539..97a59594020df6b53b7f4a6371af572becb4e2c5 100644 (file)
--- a/src/game/g_game.pas
+++ b/src/game/g_game.pas
e_DrawLine(2, 0, gScreenHeight div 2, gScreenWidth, gScreenHeight div 2, 0, 0, 0);
end;
+ // draw inspector
+ if (g_holmes_enabled) then g_Holmes_Draw();
+
if MessageText <> '' then
begin
w := 0;
g_ActiveWindow.Draw();
end;
- // draw inspector
- if (g_holmes_enabled) then g_Holmes_Draw();
-
g_Console_Draw();
if g_debug_Sounds and gGameOn then