From baf3a4cc1710099120d91e67084ab33869b35caa Mon Sep 17 00:00:00 2001 From: Martin Wolters Date: Sun, 28 Mar 2021 13:54:52 +0200 Subject: [PATCH] Bugfix: MaxGold shouldn't depend on auricGold. (#2218) --- Source/items.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/items.cpp b/Source/items.cpp index f13f7e727..fbcce158b 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -22,7 +22,7 @@ CornerStoneStruct CornerStone; BYTE *itemanims[ITEMTYPES]; BOOL UniqueItemFlag[128]; #ifdef HELLFIRE -int auricGold = 10000; +int auricGold = GOLD_MAX_LIMIT * 2; #endif int numitems; int gnNumGetRecords;