From 256712e829eddd2b9f65a7d8b6b0578623afbb4e Mon Sep 17 00:00:00 2001 From: divverent Date: Mon, 28 Dec 2009 12:05:09 +0000 Subject: [PATCH] remove a no longer applying fixme comment git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9718 d7cf8633-e32d-0410-b094-e92efae38249 --- console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.c b/console.c index f58767b9..88f140a7 100644 --- a/console.c +++ b/console.c @@ -1806,11 +1806,11 @@ void Con_DrawConsole (int lines) float y; float ymax = con_vislines - 2 * con_textsize.value; Con_LastVisibleLine(mask_must, mask_mustnot, &last, &limitlast); + //Con_LastVisibleLine(mask_must, mask_mustnot, &last, &limitlast); y = ymax - con_textsize.value; if(limitlast) y += (CON_LINES(last).height - limitlast) * con_textsize.value; - // FIXME uses con in a non abstracted way i = last; for(;;) -- 2.39.2