foxygit / doom Log in
commit f44bd7da56922c48b42561d39ddf5bd2d81b421e
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Sep 24 23:49:36 2011 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sat Sep 24 23:49:36 2011 +0000

    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;
     }