From 05674f3d692daf0ed65bd61d4df2917dce9ea6b2 Mon Sep 17 00:00:00 2001 From: MysterD Date: Fri, 4 Sep 2020 17:52:48 -0700 Subject: [PATCH] Force no draw distance on and text saves off --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9ed5968aa..b1bb06839 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,10 @@ DISCORDRPC ?= 0 # Enable docker build workarounds DOCKERBUILD ?= 0 +# Force various options due since coop assumes they are set this way +NODRAWINGDISTANCE = 1 +TEXTSAVES = 0 + # Various workarounds for weird toolchains NO_BZERO_BCOPY ?= 0