standardize "grey" to "gray"
This commit is contained in:
@@ -6033,7 +6033,7 @@ static void PutLevelAndGenderOnLvlUpBox(void)
|
||||
printerTemplate.unk = 0;
|
||||
printerTemplate.fgColor = TEXT_COLOR_WHITE;
|
||||
printerTemplate.bgColor = TEXT_COLOR_TRANSPARENT;
|
||||
printerTemplate.shadowColor = TEXT_COLOR_DARK_GREY;
|
||||
printerTemplate.shadowColor = TEXT_COLOR_DARK_GRAY;
|
||||
|
||||
AddTextPrinter(&printerTemplate, 0xFF, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user