From 5c65cedddfd6f3d893c7eaec03f3c8519e266d45 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Fri, 1 Dec 2006 15:20:32 +0000 Subject: [1597293] Preliminary greedy-explore, parked on Ctrl-I. We can (re)move it if necessary. Stash-tracking is no longer #ifdef conditionalised. I'm not aware of anybody who compiles without it. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@538 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/AppHdr.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crawl-ref/source/AppHdr.h') diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h index 0a0efdd9e8..27594ac3a2 100644 --- a/crawl-ref/source/AppHdr.h +++ b/crawl-ref/source/AppHdr.h @@ -52,10 +52,6 @@ # define HASH_CONTAINERS #endif -// Enables stash-tracking: keeps track of items in the dungeon as a convenience -// for the player. -#define STASH_TRACKING - // Uncomment to enable the Crawl Lua bindings. // // #define CLUA_BINDINGS -- cgit v1.2.3-54-g00ecf