summaryrefslogtreecommitdiff
path: root/src/linkgraph/refresh.h
diff options
context:
space:
mode:
authorfonsinchen <fonsinchen@openttd.org>2013-10-22 18:46:58 +0000
committerfonsinchen <fonsinchen@openttd.org>2013-10-22 18:46:58 +0000
commitfb7ad743d2fc8362ec77b8b23d4f8c75ac2d9320 (patch)
tree03b2acdf410514632bf91d2e40972747bb589da4 /src/linkgraph/refresh.h
parenta9f6a1eeb77b78a00bd6e597b1fd352a2a5fe7ea (diff)
downloadopenttd-fb7ad743d2fc8362ec77b8b23d4f8c75ac2d9320.tar.xz
(svn r25906) -Fix: Simplify condition logic in link refresher.
Diffstat (limited to 'src/linkgraph/refresh.h')
-rw-r--r--src/linkgraph/refresh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/linkgraph/refresh.h b/src/linkgraph/refresh.h
index 1551d33fa..ba96aa559 100644
--- a/src/linkgraph/refresh.h
+++ b/src/linkgraph/refresh.h
@@ -31,7 +31,6 @@ protected:
* an influence on the next one.
*/
enum RefreshFlags {
- USE_NEXT, ///< There has been a previous link. Try to use the given next order.
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.