you didn't see this
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1667 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
9a4a8aa411
commit
81188d622a
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ cvar_t sys_colorconsole = {"sys_colorconsole", "1"};
|
|||
HWND consolewindowhandle;
|
||||
HWND hiddenwindowhandler;
|
||||
|
||||
int void Sys_DebugLog(char *file, char *fmt, ...)
|
||||
int Sys_DebugLog(char *file, char *fmt, ...)
|
||||
{
|
||||
va_list argptr;
|
||||
static char data[1024];
|
||||
|
|
Loading…
Reference in a new issue