From: Holger Schemel Date: Wed, 18 Nov 1998 22:01:54 +0000 (+0100) Subject: rnd-19981118-3 X-Git-Tag: 1.2.0^2~20 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=e8bffba310b8b33e441a952335273665c07eb4a5 rnd-19981118-3 --- diff --git a/Makefile b/Makefile index 914925fe..65fa3028 100644 --- a/Makefile +++ b/Makefile @@ -16,21 +16,18 @@ SRC_DIR = src MAKE = make RM = rm -f +MV = mv -f MAKE_CMD = $(MAKE) -C $(SRC_DIR) -all: $(PROGNAME) - -$(PROGNAME): +all: $(MAKE_CMD) clean: $(MAKE_CMD) clean - $(RM) $(PROGNAME) backup: - $(MAKE) clean ./scripts/make_backup.sh depend: diff --git a/src/Makefile b/src/Makefile index 9f2e9505..f57322d5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -44,7 +44,7 @@ SCORE_ENTRIES = MANY_PER_NAME # you shouldn't need to change anything below # #-----------------------------------------------------------------------------# -PROGNAME = rocksndiamonds +PROGNAME = ../rocksndiamonds RM = rm -f CPP = $(CC) -E diff --git a/src/main.h b/src/main.h index fd2b0af0..ef8ee9cd 100644 --- a/src/main.h +++ b/src/main.h @@ -195,7 +195,7 @@ typedef unsigned char byte; #define MAX_LEVNAMLEN 32 #define MAX_LEVSCORE_ENTRIES 16 #define NUM_FREE_LVHD_BYTES 18 -#define MAX_TAPELEN 10000 +#define MAX_TAPELEN (1000 * 50) /* max. time * framerate */ #define MAX_LEVDIR_FILENAME (64+1) #define MAX_LEVDIR_NAME (16+1)