foxygit / doom Log in
commit da55ba552ee19d8b8a0abaf1ad00fac658c905aa
Author:     James Haley <haleyjd@hotmail.com>
AuthorDate: Mon Oct 27 11:34:59 2014 -0500
Commit:     James Haley <haleyjd@hotmail.com>
CommitDate: Mon Oct 27 11:34:59 2014 -0500

    Missed change for startskill init

    Resolves #433
---
 src/strife/d_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index 1ce9c132..5cc8be5e 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -1701,7 +1701,7 @@ void D_DoomMain (void)
     D_IntroTick(); // [STRIFE]

     // get skill / episode / map from parms
-    startskill = sk_medium;
+    startskill = sk_easy; // [STRIFE]: inits to sk_easy
     startepisode = 1;
     startmap = 1;
     autostart = false;