(svn r7602) -Fix (r7565): MSVC2003 and lower don't support variadic macros, so work around

this and thank MS for such a crappy, shitty crap compiler.
This commit is contained in:
Darkvater
2006-12-28 19:38:09 +00:00
parent 9adab94ebd
commit f11a9c4b35
3 changed files with 76 additions and 23 deletions

View File

@@ -118,8 +118,7 @@ static const char *DedicatedVideoStart(const char * const *parm)
_screen.height = _cur_resolution[1];
_dedicated_video_mem = malloc(_cur_resolution[0]*_cur_resolution[1]);
_debug_net_level = 6;
_debug_misc_level = 0;
SetDebugString("net=6");
#ifdef WIN32
// For win32 we need to allocate a console (debug mode does the same)