Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
This commit is contained in:
@@ -186,7 +186,7 @@ void AfterLoadCompanyStats()
|
||||
}
|
||||
}
|
||||
}
|
||||
FALLTHROUGH;
|
||||
[[fallthrough]];
|
||||
|
||||
case MP_OBJECT:
|
||||
if (GetWaterClass(tile) == WATER_CLASS_CANAL) {
|
||||
|
Reference in New Issue
Block a user