diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-03 13:56:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 13:56:22 -0400 |
commit | 3e49ac804b53cdb4d39b4f92de949eb858efcee4 (patch) | |
tree | f3598d27d0511ad5cd3457edeef60ef96cbb4305 /src/map_name_popup.c | |
parent | afb9ff3a40dcfb2681ef274752bceb726d14b783 (diff) | |
parent | e14210ce1f9be3ae894490a4e3050832aecbdde7 (diff) |
Merge branch 'master' into doc-finalmisc
Diffstat (limited to 'src/map_name_popup.c')
-rw-r--r-- | src/map_name_popup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map_name_popup.c b/src/map_name_popup.c index 97b02acf6..88a06eed4 100644 --- a/src/map_name_popup.c +++ b/src/map_name_popup.c @@ -325,11 +325,11 @@ static void ShowMapNamePopUpWindow(void) } AddMapNamePopUpWindow(); LoadMapNamePopUpWindowBg(); - x = GetStringCenterAlignXOffset(7, withoutPrefixPtr, 80); + x = GetStringCenterAlignXOffset(FONT_NARROW, withoutPrefixPtr, 80); mapDisplayHeader[0] = EXT_CTRL_CODE_BEGIN; mapDisplayHeader[1] = EXT_CTRL_CODE_HIGHLIGHT; mapDisplayHeader[2] = TEXT_COLOR_TRANSPARENT; - AddTextPrinterParameterized(GetMapNamePopUpWindowId(), 7, mapDisplayHeader, x, 3, 0xFF, NULL); + AddTextPrinterParameterized(GetMapNamePopUpWindowId(), FONT_NARROW, mapDisplayHeader, x, 3, 0xFF, NULL); CopyWindowToVram(GetMapNamePopUpWindowId(), 3); } |