foxygit / doom Log in
commit dce196fc67de283c41269b95a5d14c5a6616f32f
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Oct 24 19:44:04 2006 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Tue Oct 24 19:44:04 2006 +0000

    Make "hurt me plenty" the default skill.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 729
---
 setup/multiplayer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;