From f982be45e81588a27383cd1a3eb12789b8498904 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 19 Nov 2008 10:43:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'. --- games/bsdgames/files/patch-hack_hack.shk.c | 46 ------------------------------ 1 file changed, 46 deletions(-) delete mode 100644 games/bsdgames/files/patch-hack_hack.shk.c (limited to 'games/bsdgames/files/patch-hack_hack.shk.c') diff --git a/games/bsdgames/files/patch-hack_hack.shk.c b/games/bsdgames/files/patch-hack_hack.shk.c deleted file mode 100644 index 3c936b353a23..000000000000 --- a/games/bsdgames/files/patch-hack_hack.shk.c +++ /dev/null @@ -1,46 +0,0 @@ ---- hack/hack.shk.c.orig Sun May 27 21:36:53 2007 -+++ hack/hack.shk.c Sun May 27 21:38:28 2007 -@@ -131,11 +131,11 @@ struct bill_x *bp = bill; - } - } - -+static void findshk(); -+ - inshop(){ - int roomno = inroom(u.ux,u.uy); - -- static void findshk(); -- - /* Did we just leave a shop? */ - if(u.uinshop && - (u.uinshop != roomno + 1 || shlevel != dlevel || !shopkeeper)) { -@@ -308,14 +308,14 @@ struct monst *shkp; - } - } - -+static int dopayobj(); -+ - dopay(){ - long ltmp; - struct bill_x *bp; - struct monst *shkp; - int pass, tmp; - -- static int dopayobj(); -- - multi = 0; - (void) inshop(); - for(shkp = fmon; shkp; shkp = shkp->nmon) -@@ -692,10 +692,11 @@ quit: - return(0); - } - -+static int realhunger(); -+ - static - getprice(obj) struct obj *obj; { - int tmp, ac; -- static int realhunger(); - - switch(obj->olet){ - case AMULET_SYM: -- cgit v1.2.3