diff options
author | rubidium <rubidium@openttd.org> | 2009-02-21 13:27:09 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-02-21 13:27:09 +0000 |
commit | a4567f243d7bf2f13ac11a16c4fbb04cf5e2ba11 (patch) | |
tree | 17b96fe5bfc448e2a73b7e9ccedcef93598d4342 /src/video | |
parent | 157e0481adb80ad0bb7144ca661042ea78ac8bc7 (diff) | |
download | openttd-a4567f243d7bf2f13ac11a16c4fbb04cf5e2ba11.tar.xz |
(svn r15543) -Change: allow the default debug level of 6 for a dedicated server to be overriden by -d (if used after -D).
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/dedicated_v.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index 21ce2bd1d..7cf9da897 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -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) |