mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Remove trailing whitespace
This commit is contained in:
committed by
duncanspumpkin
parent
98f483e4bb
commit
aeef3a7d5d
@@ -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[] = {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user