mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Code style: Remove struct snakes from Paint (#18341)
This commit is contained in:
@@ -5065,7 +5065,7 @@ void Guest::UpdateRideShopLeave()
|
||||
return;
|
||||
}
|
||||
|
||||
//#11758 Previously SetState(PeepState::Walking) caused Peeps to double-back to exit point of shop
|
||||
// #11758 Previously SetState(PeepState::Walking) caused Peeps to double-back to exit point of shop
|
||||
SetState(PeepState::Falling);
|
||||
|
||||
auto ride = get_ride(CurrentRide);
|
||||
|
||||
Reference in New Issue
Block a user