summaryrefslogtreecommitdiff
path: root/src/vehicle_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-11-27 21:09:41 +0000
committerrubidium <rubidium@openttd.org>2010-11-27 21:09:41 +0000
commitb46e57d3640ea6b2b6f301ebaa454084565da301 (patch)
treef0bd2350642651ff6cba192c5ed3064f204b23e1 /src/vehicle_base.h
parentdef0d7176773c2ff649c6a2ac0d5c686d2233e0c (diff)
downloadopenttd-b46e57d3640ea6b2b6f301ebaa454084565da301.tar.xz
(svn r21338) -Fix [FS#4272]: bogus cache mismatch warnings with desync debugging because some cache was invalidated but never reset
Diffstat (limited to 'src/vehicle_base.h')
-rw-r--r--src/vehicle_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vehicle_base.h b/src/vehicle_base.h
index 149b3d6a3..20cd9ee21 100644
--- a/src/vehicle_base.h
+++ b/src/vehicle_base.h
@@ -52,6 +52,7 @@ enum NewGRFCacheValidValues {
NCVV_POSITION_SAME_ID_LENGTH = 1, ///< This bit will be set if the NewGRF var 41 currently stored is valid.
NCVV_CONSIST_CARGO_INFORMATION = 2, ///< This bit will be set if the NewGRF var 42 currently stored is valid.
NCVV_COMPANY_INFORMATION = 3, ///< This bit will be set if the NewGRF var 43 currently stored is valid.
+ NCVV_END, ///< End of the bits.
};
/** Cached often queried (NewGRF) values */