From: fluffymormegil Date: Fri, 16 Mar 2012 22:46:35 +0000 (+0000) Subject: More checkpointage X-Git-Tag: contest-release-signed~3 X-Git-Url: http://git.blackswordsonics.com/?a=commitdiff_plain;h=50cc125ef3d8eb7ba8152e18ffb40eda8a059e49;p=cavechop-7drl More checkpointage --- diff --git a/Makefile b/Makefile index b1982f8..310a6f8 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ PRODUCTION_CFLAGS=-c -Wall -Wstrict-prototypes -Wwrite-strings -Wmissing-prototy DEVELOPMENT_CFLAGS=-c -g -Wall -Wstrict-prototypes -Wwrite-strings -Wmissing-prototypes -Wno-unused-but-set-variable -Wredundant-decls -Wunreachable-code -Werror -DMAJVERS=$(MAJVERS) -DMINVERS=$(MINVERS) CFLAGS=$(DEVELOPMENT_CFLAGS) LINKFLAGS=-lpanel -lncurses -g -ARCHIVEDIR=cavedir7drl +ARCHIVEDIR=cavechop7drl all: $(GAME) @@ -22,6 +22,7 @@ archive: clean mkdir $(ARCHIVEDIR) cp `cat MANIFEST` $(ARCHIVEDIR) tar czf $(ARCHIVEDIR).tgz $(ARCHIVEDIR) + rm -r $(ARCHIVEDIR) clean: -rm -f *.o $(GAME) cavechop.log cavechop.sav.gz diff --git a/display.c b/display.c index 33e4f89..8b12b17 100644 --- a/display.c +++ b/display.c @@ -644,6 +644,7 @@ void print_help(void) print_msg("R remove a ring\n"); print_msg("W wear armour\n"); print_msg("T take off armour\n"); + print_msg("t throw a flask\n"); print_msg("r read a scroll\n"); print_msg("w wield a weapon\n"); print_msg("q quaff a potion\n");