1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Change leftover spelling of SuJongkwa to Sujeonggwa

This commit is contained in:
Aaron van Geffen
2024-12-31 00:08:45 +01:00
parent c0f846c2f5
commit 42cbb0d1c0
4 changed files with 8 additions and 8 deletions

View File

@@ -5694,7 +5694,7 @@ void Guest::UpdateQueuing()
case PeepAnimationGroup::Chicken:
case PeepAnimationGroup::Lemonade:
case PeepAnimationGroup::Pretzel:
case PeepAnimationGroup::SuJongkwa:
case PeepAnimationGroup::Sujeonggwa:
case PeepAnimationGroup::Juice:
case PeepAnimationGroup::FunnelCake:
case PeepAnimationGroup::Noodles:
@@ -6827,8 +6827,8 @@ static ItemPref item_order_preference[] = {
{ ShopItem::WontonSoup, PeepAnimationGroup::Soup },
{ ShopItem::MeatballSoup, PeepAnimationGroup::Soup },
{ ShopItem::FruitJuice, PeepAnimationGroup::Juice },
{ ShopItem::SoybeanMilk, PeepAnimationGroup::SuJongkwa },
{ ShopItem::Sujeonggwa, PeepAnimationGroup::SuJongkwa },
{ ShopItem::SoybeanMilk, PeepAnimationGroup::Sujeonggwa },
{ ShopItem::Sujeonggwa, PeepAnimationGroup::Sujeonggwa },
{ ShopItem::SubSandwich, PeepAnimationGroup::Sandwich },
{ ShopItem::RoastSausage, PeepAnimationGroup::Sausage },
{ ShopItem::Balloon, PeepAnimationGroup::Balloon },