(svn r2211) - Fix(ish): When eternally looping in 2090 don't go increasing the inflation anymore because it will just rise to insanely high values beyond all imagination.
@@ -1480,7 +1480,7 @@ int LoadUnloadVehicle(Vehicle *v)
voidPlayersMonthlyLoop(void)
{
PlayersGenStatistics();
if(_patches.inflation)
if(_patches.inflation&&_cur_year<MAX_YEAR_END)
AddInflation();
PlayersPayInterest();
// Reset the _current_player flag
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.