From a4567f243d7bf2f13ac11a16c4fbb04cf5e2ba11 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 21 Feb 2009 13:27:09 +0000 Subject: (svn r15543) -Change: allow the default debug level of 6 for a dedicated server to be overriden by -d (if used after -D). --- src/openttd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/openttd.cpp') diff --git a/src/openttd.cpp b/src/openttd.cpp index d2fc2c658..416dfa47d 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -439,6 +439,7 @@ int ttd_main(int argc, char *argv[]) videodriver = strdup("dedicated"); blitter = strdup("null"); dedicated = true; + SetDebugString("net=6"); if (mgo.opt != NULL) { /* Use the existing method for parsing (openttd -n). * However, we do ignore the #company part. */ -- cgit v1.2.3-70-g09d2