diff --git a/src/openrct2/peep/peep.c b/src/openrct2/peep/peep.c index 42a157301d..b377706a6d 100644 --- a/src/openrct2/peep/peep.c +++ b/src/openrct2/peep/peep.c @@ -378,10 +378,10 @@ static struct { { PEEP_ACTION_NONE_2, 1 }, }; -static uint8 PeepSpecialSpriteToSpriteTypeMap[] = { - PEEP_ACTION_SPRITE_TYPE_NONE, - PEEP_ACTION_SPRITE_TYPE_HOLD_MAT, - PEEP_ACTION_SPRITE_TYPE_STAFF_MOWER +static uint8 PeepSpecialSpriteToSpriteTypeMap[] = { + PEEP_ACTION_SPRITE_TYPE_NONE, + PEEP_ACTION_SPRITE_TYPE_HOLD_MAT, + PEEP_ACTION_SPRITE_TYPE_STAFF_MOWER }; static uint8 PeepActionToSpriteTypeMap[] = { diff --git a/src/openrct2/peep/peep.h b/src/openrct2/peep/peep.h index c404615391..8f39419d56 100644 --- a/src/openrct2/peep/peep.h +++ b/src/openrct2/peep/peep.h @@ -773,7 +773,7 @@ extern bool gPathFindDebug; // Use to guard calls to log messages extern utf8 gPathFindDebugPeepName[256]; // Use to put the peep name in the log message // The following calls set the above two variables for a peep. -// ... when PATHFIND_DEBUG is 1 (non zero) +// ... when PATHFIND_DEBUG is 1 (non zero) void pathfind_logging_enable(rct_peep* peep); void pathfind_logging_disable(); #endif // defined(DEBUG_LEVEL_1) && DEBUG_LEVEL_1