Files
@ r13219:41299110cd66
Branch filter:
Location: cpp/openttd-patchpack/source/src/network/network_base.h
r13219:41299110cd66
2.0 KiB
text/x-c
(svn r17736) -Codechange [FS#3135]: rewrite CargoList::MoveTo; don't require the secondary list, use cache updates instead of rebuilds. This is usually faster because of primarily gradual loading that only moves a (small) part of the cargo each time. Based on patch by fonsinchen.