summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/strife/d_main.c2
1 files changed, 1 insertions, 1 deletions
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;