summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8b87c4d)
raw | patch | inline | side by side (parent: 8b87c4d)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Sat, 23 Apr 2016 16:16:11 +0000 (19:16 +0300) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Sun, 24 Apr 2016 01:41:35 +0000 (04:41 +0300) |
src/game/g_console.pas | patch | blob | history |
diff --git a/src/game/g_console.pas b/src/game/g_console.pas
index aa5713030ed50452c92a87ddeb73d5d468c0a72a..d07bf3b4636efd661ddc6ec1768e0f0d1a683679 100644 (file)
--- a/src/game/g_console.pas
+++ b/src/game/g_console.pas
if Trim(L) = '' then
Exit;
+ conSkipLines := 0; // "unscroll"
+
if L = 'goobers' then
begin
Line := '';