Fix bug in sub_48B244, forgot negation of flag

This commit is contained in:
Ted John 2018-01-26 23:07:49 +00:00
parent 40557d3a4d
commit d336a07031
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ namespace openloco::stationmgr
{
if (!town.empty())
{
town.flags &= town_flags::rating_adjusted;
town.flags &= ~town_flags::rating_adjusted;
}
}