mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Add missing emojis that have inline sprites
This commit is contained in:
@@ -800,6 +800,10 @@ static bool ShouldUseSpriteForCodepoint(char32_t codepoint)
|
||||
case UnicodeChar::german_quote_open:
|
||||
case UnicodeChar::plus:
|
||||
case UnicodeChar::minus:
|
||||
case UnicodeChar::variation_selector:
|
||||
case UnicodeChar::eye:
|
||||
case UnicodeChar::road:
|
||||
case UnicodeChar::railway:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user