From 6b8ffe735038ca0a7704e7fad15868ef32a07925 Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Sat, 23 Apr 2016 19:16:11 +0300 Subject: [PATCH] "unscroll" console on "enter" --- src/game/g_console.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/game/g_console.pas b/src/game/g_console.pas index aa57130..d07bf3b 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -961,6 +961,8 @@ begin if Trim(L) = '' then Exit; + conSkipLines := 0; // "unscroll" + if L = 'goobers' then begin Line := ''; -- 2.29.2