From c93096c2a60904a166be4d9ac446c8a93c44b959 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 9ed5968a..b1bb0683 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