Update: Disuse of STR_ERROR_INCOMPATIBLE_ROAD

This commit is contained in:
TrevorShelton
2020-07-10 14:47:55 +01:00
committed by Charles Pigott
parent c7e391da93
commit c39d62c245
31 changed files with 1 additions and 31 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public:
ERR_ROADTYPE_DISALLOWS_CROSSING, // [STR_ERROR_CROSSING_DISALLOWED_ROAD]
/** No suitable road could be found */
ERR_UNSUITABLE_ROAD, // [STR_ERROR_NO_SUITABLE_ROAD, STR_ERROR_NO_SUITABLE_TRAMWAY, STR_ERROR_INCOMPATIBLE_ROAD]
ERR_UNSUITABLE_ROAD, // [STR_ERROR_NO_SUITABLE_ROAD, STR_ERROR_NO_SUITABLE_TRAMWAY]
};
/**