mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Move RideRatingsUpdateAll into namespace
This commit is contained in:
@@ -318,7 +318,7 @@ namespace OpenRCT2
|
||||
}
|
||||
|
||||
ResearchUpdate();
|
||||
RideRatingsUpdateAll();
|
||||
RideRating::UpdateAll();
|
||||
RideMeasurementsUpdate();
|
||||
News::UpdateCurrentItem();
|
||||
|
||||
|
||||
@@ -193,7 +193,7 @@ void OpenRCT2::RideRating::UpdateRide(const Ride& ride)
|
||||
*
|
||||
* rct2: 0x006B5A2A
|
||||
*/
|
||||
void RideRatingsUpdateAll()
|
||||
void OpenRCT2::RideRating::UpdateAll()
|
||||
{
|
||||
PROFILED_FUNCTION();
|
||||
|
||||
|
||||
@@ -68,9 +68,9 @@ namespace OpenRCT2::RideRating
|
||||
{
|
||||
void ResetUpdateStates();
|
||||
void UpdateRide(const Ride& ride);
|
||||
void UpdateAll();
|
||||
} // namespace OpenRCT2::RideRating
|
||||
|
||||
void RideRatingsUpdateAll();
|
||||
|
||||
// Special Track Element Adjustment functions for RTDs
|
||||
void SpecialTrackElementRatingsAjustment_Default(const Ride& ride, int32_t& excitement, int32_t& intensity, int32_t& nausea);
|
||||
|
||||
Reference in New Issue
Block a user