fixed some grammar, fixed some constants
This commit is contained in:
@ -162,8 +162,8 @@ static const int RETURN_PANICKED = 1;
|
||||
|
||||
static const int COLOR_BLACK_ON_WHITE = 8;
|
||||
|
||||
static const int GOLD_NORMAL = 1;
|
||||
static const int GOLD_SMALL = 2;
|
||||
static const int GOLD_NORMAL = 2;
|
||||
static const int GOLD_SMALL = 1;
|
||||
static const int GOLD_MERCHANT = 4;
|
||||
static const int GOLD_DRAGON = 6;
|
||||
|
||||
|
Reference in New Issue
Block a user