--- a/Makefile Mon Feb 20 17:49:26 2006 +0000
+++ b/Makefile Mon Feb 20 17:54:25 2006 +0000
@@ -59,9 +59,6 @@
# WITH_DIRECTMUSIC: enable DirectMusic MIDI support
# WITH_NETWORK: enable networking
# DEDICATED: allows compilation on UNIX without SDL. Useful for dedicated servers
-# MAX_NUM_AUTOSAVES: sets the number of autosaves the games will make before starting
-# to overwrite the old ones. If not set, the game will use 16.
-# NOTE: assign a number, not a string of a number
#
# Paths:
# INSTALL: If not set, the game uses the directory of the binary to
@@ -534,10 +531,6 @@
endif
endif
-ifdef MAX_NUM_AUTOSAVES
-CDEFS += -DMAX_NUM_AUTOSAVES=$(MAX_NUM_AUTOSAVES)
-endif
-
ifdef WITH_NETWORK
CDEFS += -DENABLE_NETWORK
ifdef QNX