summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp1
1 files changed, 1 insertions, 0 deletions
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. */