From f44bd7da56922c48b42561d39ddf5bd2d81b421e Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 24 Sep 2011 23:49:36 +0000 Subject: Start -testcontrols for Strife on level 3 (rebel base). Subversion-branch: /branches/v2-branch Subversion-revision: 2401 --- 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 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; } -- cgit v1.2.3