Fixing typo

This commit is contained in:
Maciek Baron 2014-05-05 18:26:55 +01:00
parent 1c51c81622
commit f20311ec6c
1 changed files with 1 additions and 1 deletions

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