Fix NPC talk button cast modifier flags. (#336)

This commit is contained in:
Skyth (Asilkan) 2025-02-09 15:13:52 +03:00 committed by GitHub
parent 7c1aea4e24
commit f7e660b5d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -728,7 +728,7 @@ static const xxHashMap<CsdModifier> g_modifiers =
{ HashStr("ui_townscreen/time_effect"), { ALIGN_TOP_RIGHT | SCALE } },
{ HashStr("ui_townscreen/info"), { ALIGN_TOP_LEFT | SCALE } },
{ HashStr("ui_townscreen/cam"), { ALIGN_TOP_RIGHT | SCALE } },
{ HashStr("ui_townscreen/footer"), { ALIGN_BOTTOM } },
{ HashStr("ui_townscreen/footer"), { ALIGN_BOTTOM_RIGHT | SCALE } },
// ui_worldmap
{ HashStr("ui_worldmap/contents/choices/cts_choices_bg"), { STRETCH } },