diff --git a/include/QF/console.h b/include/QF/console.h index d92e905f6..85a24804e 100644 --- a/include/QF/console.h +++ b/include/QF/console.h @@ -93,7 +93,7 @@ extern struct console_data_s con_data; void Con_CheckResize (void); void Con_DrawConsole (void); -VISIBLE void Con_Printf (const char *fmt, ...); +void Con_Printf (const char *fmt, ...); void Con_Print (const char *fmt, va_list args); void Con_ToggleConsole_f (void);