(svn r25909) -Fix (r25906): That simplification was a bit too much.

This commit is contained in:
fonsinchen
2013-10-23 17:11:34 +00:00
parent 6c4e7ab51d
commit b5dd83e84f
2 changed files with 16 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ protected:
* an influence on the next one.
*/
enum RefreshFlags {
USE_NEXT, ///< There was a conditional jump. Try to use the given next order when looking for a new one.
HAS_CARGO, ///< Consist could leave the last stop where it could interact with cargo carrying cargo (i.e. not an "unload all" + "no loading" order).
WAS_REFIT, ///< Consist was refit since the last stop where it could interact with cargo.
RESET_REFIT ///< Consist had a chance to load since the last refit and the refit capacities can be reset.