From 9f3e781a312b2cbb5483f11de593c42d68834ddd Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Wed, 27 Apr 2016 17:25:54 +0300 Subject: [PATCH] removed some debug code --- xmain_d2d.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmain_d2d.d b/xmain_d2d.d index 18bd436..a31a6e4 100644 --- a/xmain_d2d.d +++ b/xmain_d2d.d @@ -261,7 +261,7 @@ void main (string[] args) { if (event.pressed) justConsoled = false; if (!conVisible && inEditMode) { postKeyEvent(event); return; } if (event.pressed && event.key == Key.Escape) { - if (convar!bool("r_console")) conwriteln("CONSOLE IS HERE"); else conwriteln("NO CONSOLE"); + //if (convar!bool("r_console")) conwriteln("CONSOLE IS HERE"); else conwriteln("NO CONSOLE"); if (conVisible) concmd("r_console toggle"); else concmd("quit"); return; } -- 2.11.4.GIT