diff options
author | Simon Howard | 2011-09-24 23:49:36 +0000 |
---|---|---|
committer | Simon Howard | 2011-09-24 23:49:36 +0000 |
commit | f44bd7da56922c48b42561d39ddf5bd2d81b421e (patch) | |
tree | 5ae89c04989c9c6a0109e16bac577ce045a85870 /src/strife/d_main.c | |
parent | 6e9b549b678a6b8abfedeab62e93214ccb4f08ac (diff) | |
download | chocolate-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.c | 2 |
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; } |