diff options
-rw-r--r-- | setup/multiplayer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/multiplayer.c b/setup/multiplayer.c index d562b03b..d4a5256d 100644 --- a/setup/multiplayer.c +++ b/setup/multiplayer.c @@ -61,7 +61,7 @@ char *chat_macros[10]; static char *wads[NUM_WADS] = {}; static char *extra_params[NUM_EXTRA_PARAMS] = {}; -static int skill = 0; +static int skill = 2; static int nomonsters = 0; static int deathmatch = 0; static int fast = 0; |