1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Rename PeepActionType None1 and None2

This commit is contained in:
Matt
2021-05-11 09:44:41 +03:00
parent ae66592c2b
commit 4c11e11fe2
7 changed files with 222 additions and 222 deletions

View File

@@ -199,7 +199,7 @@ static bool map_animation_invalidate_small_scenery(const CoordsXYZ& loc)
continue;
if (peep->z != loc.z)
continue;
if (peep->Action < PeepActionType::None1)
if (peep->Action < PeepActionType::Idle)
continue;
peep->Action = PeepActionType::CheckTime;