From 35ff10e480e4a2cd4ea98817825b339be733c6e7 Mon Sep 17 00:00:00 2001 From: Florian Will Date: Mon, 15 Apr 2019 15:51:01 +0200 Subject: [PATCH] Fix format issue and add myself to contributors.md --- contributors.md | 1 + src/openrct2/peep/Peep.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.md b/contributors.md index 2aa925ae12..9af5276289 100644 --- a/contributors.md +++ b/contributors.md @@ -125,6 +125,7 @@ The following people are not part of the development team, but have been contrib * Brandon Dupree (Bdupree5) * Zetao Ye (ZbrettonYe) * Jordan Arevalos (Jarevalos2017) +* Florian Will (w-flo) ## Toolchain * (Balletie) - macOS diff --git a/src/openrct2/peep/Peep.h b/src/openrct2/peep/Peep.h index 035a60b6d4..0dc1540386 100644 --- a/src/openrct2/peep/Peep.h +++ b/src/openrct2/peep/Peep.h @@ -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()