From 317bd06971e313d76257386eb74438f7809909f2 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Mon, 20 Feb 2006 17:54:25 +0000 Subject: (svn r3622) - Partly revert r3214. The patch setting max_num_autosaves stays to help control PDA-troubles which the commit was intended for. Didn't revert makefile-config version since it would cause trouble. But Bjarni promised to rewrite it :) --- Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 852a8b6c1..19419948d 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ CDEFS += -DMIDI_ARG=\"$(MIDI_ARG)\" endif endif -ifdef MAX_NUM_AUTOSAVES -CDEFS += -DMAX_NUM_AUTOSAVES=$(MAX_NUM_AUTOSAVES) -endif - ifdef WITH_NETWORK CDEFS += -DENABLE_NETWORK ifdef QNX -- cgit v1.2.3-54-g00ecf