Force no draw distance on and text saves off

This commit is contained in:
MysterD 2020-09-04 17:52:48 -07:00
parent 3d51e21be9
commit c93096c2a6
1 changed files with 4 additions and 0 deletions

View File

@ -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