(svn r15543) -Change: allow the default debug level of 6 for a dedicated server to be overriden by -d (if used after -D).
This commit is contained in:
@@ -141,8 +141,6 @@ const char *VideoDriver_Dedicated::Start(const char * const *parm)
|
||||
_screen.height = _cur_resolution.height;
|
||||
ScreenSizeChanged();
|
||||
|
||||
SetDebugString("net=6");
|
||||
|
||||
#if defined(WINCE)
|
||||
/* WinCE doesn't support console stuff */
|
||||
#elif defined(WIN32)
|
||||
|
Reference in New Issue
Block a user