1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Update comment with new limits of ride satisfaction following commit 7f58c89.

This commit is contained in:
zaxcav
2016-10-12 13:35:07 +02:00
parent d36c756ee7
commit 989a8fc4bc

View File

@@ -10120,7 +10120,7 @@ static void peep_on_enter_ride(rct_peep *peep, int rideIndex)
{
rct_ride *ride = get_ride(rideIndex);
// Calculate how satisfying the ride is for the peep. Can range from -140 to +140.
// Calculate how satisfying the ride is for the peep. Can range from -140 to +105.
sint16 satisfaction = peep_calculate_ride_satisfaction(peep, ride);
// Update the satisfaction stat of the ride.