ref: 4ed86e5f374376e682e6440f12e44e0f2df585a2
parent: 26524bf56324364ceb1f9fad6e1efec55315d73d
author: Mike Swanson <mikeonthecomputer@gmail.com>
date: Sun Sep 6 14:10:09 EDT 2015
setup: Strife uses screensize 10 by default. closes #462
--- a/src/setup/mode.c
+++ b/src/setup/mode.c
@@ -140,6 +140,9 @@
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);