fixed constants for gold

This commit is contained in:
2024-07-24 13:46:41 -04:00
parent d1a69909cf
commit 47fb60e1c9

View File

@ -162,10 +162,10 @@ static const int RETURN_PANICKED = 1;
static const int COLOR_BLACK_ON_WHITE = 8;
static const int GOLD_NORMAL = 6;
static const int GOLD_SMALL = 7;
static const int GOLD_MERCHANT = 8;
static const int GOLD_DRAGON = 9;
static const int GOLD_NORMAL = 1;
static const int GOLD_SMALL = 2;
static const int GOLD_MERCHANT = 4;
static const int GOLD_DRAGON = 6;
static const size_t WHAT_ENEMY = 1 << 29;
static const size_t WHAT_WALL = 1 << 30;