summaryrefslogtreecommitdiff
path: root/src/strife/d_main.c
diff options
context:
space:
mode:
authorSimon Howard2011-09-24 23:49:36 +0000
committerSimon Howard2011-09-24 23:49:36 +0000
commitf44bd7da56922c48b42561d39ddf5bd2d81b421e (patch)
tree5ae89c04989c9c6a0109e16bac577ce045a85870 /src/strife/d_main.c
parent6e9b549b678a6b8abfedeab62e93214ccb4f08ac (diff)
downloadchocolate-doom-f44bd7da56922c48b42561d39ddf5bd2d81b421e.tar.gz
chocolate-doom-f44bd7da56922c48b42561d39ddf5bd2d81b421e.tar.bz2
chocolate-doom-f44bd7da56922c48b42561d39ddf5bd2d81b421e.zip
Start -testcontrols for Strife on level 3 (rebel base).
Subversion-branch: /branches/v2-branch Subversion-revision: 2401
Diffstat (limited to 'src/strife/d_main.c')
-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 c686eda2..a596f582 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -1793,7 +1793,7 @@ void D_DoomMain (void)
if (testcontrols)
{
startepisode = 1;
- startmap = 1;
+ startmap = 3;
autostart = true;
}