diff --git a/src/openloco/stationmgr.cpp b/src/openloco/stationmgr.cpp index 185766dd..da490229 100644 --- a/src/openloco/stationmgr.cpp +++ b/src/openloco/stationmgr.cpp @@ -58,7 +58,7 @@ namespace openloco::stationmgr { if (!town.empty()) { - town.flags &= town_flags::rating_adjusted; + town.flags &= ~town_flags::rating_adjusted; } }