Home
last modified time | relevance | path

Searched refs:CCF_CAPACITY (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dtrain.h46 CCF_CAPACITY = 0x02, ///< Allow vehicles to change capacity. enumerator
50 CCF_AUTOREFIT = CCF_CAPACITY, ///< Valid changes for autorefitting in stations.
51 CCF_REFIT = CCF_LENGTH | CCF_CAPACITY, ///< Valid changes for refitting in a depot.
52 …CCF_ARRANGE = CCF_LENGTH | CCF_CAPACITY, ///< Valid changes for arranging the consist in a dep…
H A Dtrain_cmd.cpp191 if (allowed_changes & CCF_CAPACITY) { in ConsistChanged()