From bc9ceb8b74086c48c71a02037809dcd7631848d4 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 28 Dec 2006 19:38:09 +0000 Subject: (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. --- video/dedicated_v.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'video') diff --git a/video/dedicated_v.c b/video/dedicated_v.c index c4a74e902..824ca2936 100644 --- a/video/dedicated_v.c +++ b/video/dedicated_v.c @@ -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) -- cgit v1.2.3-70-g09d2