From 42cbb0d1c08bb0547ec9778baaaa33fde2161099 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Tue, 31 Dec 2024 00:08:45 +0100 Subject: [PATCH] Change leftover spelling of SuJongkwa to Sujeonggwa --- src/openrct2/entity/Guest.cpp | 6 +++--- src/openrct2/entity/Peep.h | 2 +- src/openrct2/peep/PeepSpriteIds.h | 6 +++--- src/openrct2/rct12/RCT12.h | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/openrct2/entity/Guest.cpp b/src/openrct2/entity/Guest.cpp index 9c14a2680b..9b14e4b5cc 100644 --- a/src/openrct2/entity/Guest.cpp +++ b/src/openrct2/entity/Guest.cpp @@ -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 }, diff --git a/src/openrct2/entity/Peep.h b/src/openrct2/entity/Peep.h index 7ce0f3d0b8..f18a1dc478 100644 --- a/src/openrct2/entity/Peep.h +++ b/src/openrct2/entity/Peep.h @@ -264,7 +264,7 @@ enum class PeepAnimationGroup : uint8_t Watching = 23, Pretzel = 24, Sunglasses = 25, - SuJongkwa = 26, + Sujeonggwa = 26, Juice = 27, FunnelCake = 28, Noodles = 29, diff --git a/src/openrct2/peep/PeepSpriteIds.h b/src/openrct2/peep/PeepSpriteIds.h index 6022b9e472..3068bab276 100644 --- a/src/openrct2/peep/PeepSpriteIds.h +++ b/src/openrct2/peep/PeepSpriteIds.h @@ -247,9 +247,9 @@ namespace OpenRCT2 kPeepSpriteSunglassesStateWatchRideId = 10713, kPeepSpriteSunglassesStateSittingIdleId = 10709, - kPeepSpriteSuJongkwaStateWalkingId = 9509, - kPeepSpriteSuJongkwaStateWatchRideId = 9629, - kPeepSpriteSuJongkwaStateSittingIdleId = 9581, + kPeepSpriteSujeonggwaStateWalkingId = 9509, + kPeepSpriteSujeonggwaStateWatchRideId = 9629, + kPeepSpriteSujeonggwaStateSittingIdleId = 9581, kPeepSpriteJuiceStateWalkingId = 9677, kPeepSpriteJuiceStateWatchRideId = 9797, diff --git a/src/openrct2/rct12/RCT12.h b/src/openrct2/rct12/RCT12.h index d322f32983..145689d7b1 100644 --- a/src/openrct2/rct12/RCT12.h +++ b/src/openrct2/rct12/RCT12.h @@ -1028,7 +1028,7 @@ enum class RCT12PeepAnimationGroup : uint8_t Watching = 38, Pretzel = 39, Sunglasses = 40, - SuJongkwa = 41, + Sujeonggwa = 41, Juice = 42, FunnelCake = 43, Noodles = 44,