1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Correct spelling of 'sujonkwa'

This commit is contained in:
Michael Steenbeek
2018-03-29 13:00:01 +02:00
parent b163064f6c
commit cfb5a6b39d
7 changed files with 22 additions and 16 deletions

View File

@@ -7709,7 +7709,7 @@ bool shop_item_is_food_or_drink(sint32 shopItem)
case SHOP_ITEM_MEATBALL_SOUP:
case SHOP_ITEM_FRUIT_JUICE:
case SHOP_ITEM_SOYBEAN_MILK:
case SHOP_ITEM_SU_JONGKWA:
case SHOP_ITEM_SUJEONGGWA:
case SHOP_ITEM_SUB_SANDWICH:
case SHOP_ITEM_COOKIE:
case SHOP_ITEM_ROAST_SAUSAGE:
@@ -7758,7 +7758,7 @@ bool shop_item_is_drink(sint32 shopItem)
case SHOP_ITEM_ICED_TEA:
case SHOP_ITEM_FRUIT_JUICE:
case SHOP_ITEM_SOYBEAN_MILK:
case SHOP_ITEM_SU_JONGKWA:
case SHOP_ITEM_SUJEONGGWA:
return true;
default:
return false;