mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +01:00
Fix format issue and add myself to contributors.md
This commit is contained in:
@@ -511,7 +511,7 @@ enum PeepInvalidate
|
||||
PEEP_INVALIDATE_PEEP_2 = 1 << 2,
|
||||
PEEP_INVALIDATE_PEEP_INVENTORY = 1 << 3,
|
||||
PEEP_INVALIDATE_STAFF_STATS = 1 << 4,
|
||||
PEEP_INVALIDATE_PEEP_ACTION = 1 << 5 // Currently set only when guest_heading_to_ride_id is changed
|
||||
PEEP_INVALIDATE_PEEP_ACTION = 1 << 5, // Currently set only when guest_heading_to_ride_id is changed
|
||||
};
|
||||
|
||||
// Flags used by peep_should_go_on_ride()
|
||||
|
||||
Reference in New Issue
Block a user