summaryrefslogtreecommitdiff
path: root/src/heretic/r_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/r_main.c')
-rw-r--r--src/heretic/r_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/r_main.c b/src/heretic/r_main.c
index c20d5d03..975dce0c 100644
--- a/src/heretic/r_main.c
+++ b/src/heretic/r_main.c
@@ -662,7 +662,7 @@ void R_ExecuteSetViewSize(void)
*/
int detailLevel;
-int screenblocks;
+int screenblocks = 10;
void R_Init(void)
{