From 95463428c806c83e9383c413a04452274ee716fa Mon Sep 17 00:00:00 2001 From: Darkvater Date: Fri, 15 Jul 2005 21:28:26 +0000 Subject: (svn r2585) - Fix [Makefile]: some small cleanups, remove warnings, and add mersenne to makefile (Luca) --- npf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npf.c') diff --git a/npf.c b/npf.c index 67eb2b830..81601cb97 100644 --- a/npf.c +++ b/npf.c @@ -71,11 +71,13 @@ bool IsEndOfLine(TileIndex tile, Trackdir trackdir, RailType enginetype) } }; +#if 0 static uint NTPHash(uint key1, uint key2) { /* This function uses the old hash, which is fixed on 10 bits (1024 buckets) */ return PATHFIND_HASH_TILE(key1); } +#endif /** * Calculates a hash value for use in the NPF. -- cgit v1.2.3-70-g09d2