1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-30 07:34:37 +01:00

(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 c85d350310
commit 773c6765e6
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,
}
};