let emscripten compile.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4529 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-11-22 00:15:46 +00:00
parent fb22181816
commit 810686489d
1 changed files with 2 additions and 0 deletions

View File

@ -1837,7 +1837,9 @@ void Con_DrawConsole (int lines, qboolean noback)
if (!info) if (!info)
info = ""; info = "";
*end = 0; *end = 0;
#ifdef PLUGINS
if (!Plug_ConsoleLinkMouseOver(mousecursor_x, mousecursor_y, mouseover+2, info)) if (!Plug_ConsoleLinkMouseOver(mousecursor_x, mousecursor_y, mouseover+2, info))
#endif
{ {
float x = mousecursor_x+8; float x = mousecursor_x+8;
float y = mousecursor_y+8; float y = mousecursor_y+8;