shithub: choc

Download patch

ref: 6357ef2d6e960cd3cbed76405711e058df679dbf
parent: da55ba552ee19d8b8a0abaf1ad00fac658c905aa
author: James Haley <haleyjd@hotmail.com>
date: Mon Oct 27 07:58:08 EDT 2014

Default screenblocks 10, not 9

Resolves #196

--- a/src/strife/m_menu.c
+++ b/src/strife/m_menu.c
@@ -81,7 +81,7 @@
 
 // Blocky mode, has default, 0 = high, 1 = normal
 int			detailLevel = 0;
-int			screenblocks = 9;
+int			screenblocks = 10; // [STRIFE] default 10, not 9
 
 // temp for screenblocks (0-9)
 int			screenSize;