foxygit / doom Log in
commit 4ed86e5f374376e682e6440f12e44e0f2df585a2
Author:     Mike Swanson <mikeonthecomputer@gmail.com>
AuthorDate: Sun Sep 6 18:10:09 2015 -0700
Commit:     Mike Swanson <mikeonthecomputer@gmail.com>
CommitDate: Sun Sep 6 18:10:09 2015 -0700

    setup: Strife uses screensize 10 by default.  closes #462
---
 src/setup/mode.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/setup/mode.c b/src/setup/mode.c
index ed637849..71d9e12c 100644
--- a/src/setup/mode.c
+++ b/src/setup/mode.c
@@ -140,6 +140,9 @@ static void BindMiscVariables(void)

     if (gamemission == strife)
     {
+        // Strife has a different default value than the other games
+        screenblocks = 10;
+
         M_BindStringVariable("back_flat",   &back_flat);
         M_BindStringVariable("nickname",    &nickname);