Remove NOFOURPLAYER from Makefile

Seems that someone already removed it from the other code anyway...?
This commit is contained in:
TehRealSalt 2018-11-03 03:21:08 -04:00
parent 9de7a9d5cc
commit 69faf1cbc7
1 changed files with 0 additions and 5 deletions

View File

@ -389,11 +389,6 @@ ifdef NOPOSTPROCESSING
OPTS+=-DNOPOSTPROCESSING
endif
# srb2kart, remove before release
ifdef NOFOURPLAYER
OPTS+=-DNOFOURPLAYER
endif
OPTS:=-fno-exceptions $(OPTS)
ifdef MOBJCONSISTANCY