[Code Cleanup] Remove this-> in code where its implied (#2088)

This commit is contained in:
Chris Miles
2022-05-01 09:22:09 -05:00
committed by GitHub
parent b02008ec53
commit 5b4aeaa457
47 changed files with 1033 additions and 1033 deletions
+2 -2
View File
@@ -1560,7 +1560,7 @@ bool Zone::Process() {
if(Weather_Timer->Check())
{
Weather_Timer->Disable();
this->ChangeWeather();
ChangeWeather();
}
if(qGlobals)
@@ -1690,7 +1690,7 @@ void Zone::ChangeWeather()
else
{
LogDebug("The weather for zone: [{}] has changed. Old weather was = [{}]. New weather is = [{}] The next check will be in [{}] seconds. Rain chance: [{}], Rain duration: [{}], Snow chance [{}], Snow duration: [{}]", zone->GetShortName(), tmpOldWeather, zone_weather,Weather_Timer->GetRemainingTime()/1000,rainchance,rainduration,snowchance,snowduration);
this->weatherSend();
weatherSend();
if (zone->weather_intensity == 0)
{
zone->zone_weather = 0;