DEADSOFTWARE

"unscroll" console on "enter"
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Sat, 23 Apr 2016 16:16:11 +0000 (19:16 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Sun, 24 Apr 2016 01:41:35 +0000 (04:41 +0300)
src/game/g_console.pas

index aa5713030ed50452c92a87ddeb73d5d468c0a72a..d07bf3b4636efd661ddc6ec1768e0f0d1a683679 100644 (file)
@@ -961,6 +961,8 @@ begin
   if Trim(L) = '' then
     Exit;
 
+  conSkipLines := 0; // "unscroll"
+
   if L = 'goobers' then
   begin
     Line := '';