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