mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
Fixing typo
This commit is contained in:
@@ -239,7 +239,7 @@ enum PEEP_NAUSEA_TOLERANCE {
|
||||
|
||||
enum PEEP_ITEM {
|
||||
// item_standard_flags
|
||||
PEEP_ITEM_BALOON = (1 << 0),
|
||||
PEEP_ITEM_BALLOON = (1 << 0),
|
||||
PEEP_ITEM_TOY = (1 << 1),
|
||||
PEEP_ITEM_MAP = (1 << 2),
|
||||
PEEP_ITEM_PHOTO = (1 << 3),
|
||||
|
||||
Reference in New Issue
Block a user