From 810686489ddd9db93c50f9be5d04c288ff32a116 Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 22 Nov 2013 00:15:46 +0000 Subject: [PATCH] let emscripten compile. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4529 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/console.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/client/console.c b/engine/client/console.c index 89598a9ae..0493af2b2 100644 --- a/engine/client/console.c +++ b/engine/client/console.c @@ -1837,7 +1837,9 @@ void Con_DrawConsole (int lines, qboolean noback) if (!info) info = ""; *end = 0; +#ifdef PLUGINS if (!Plug_ConsoleLinkMouseOver(mousecursor_x, mousecursor_y, mouseover+2, info)) +#endif { float x = mousecursor_x+8; float y = mousecursor_y+8;