1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Fixing typo

This commit is contained in:
Maciek Baron
2014-05-05 18:26:55 +01:00
parent 1c51c81622
commit f20311ec6c

View File

@@ -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),