(svn r21961) -Remove: limitation that not loading and not unloading is mutual exclusive

This commit is contained in:
rubidium
2011-02-04 16:07:42 +00:00
parent fd7633def5
commit 1afea0803f
3 changed files with 5 additions and 14 deletions

View File

@@ -88,7 +88,7 @@ static const StringID _station_load_types[][5] = {
INVALID_STRING_ID,
STR_ORDER_NO_UNLOAD_FULL_LOAD,
STR_ORDER_NO_UNLOAD_FULL_LOAD_ANY,
INVALID_STRING_ID,
STR_ORDER_NO_UNLOAD_NO_LOAD,
}
};