summaryrefslogtreecommitdiff
path: root/src/engine_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-12-09 16:55:03 +0000
committerfrosch <frosch@openttd.org>2012-12-09 16:55:03 +0000
commit0e4b212c4539afb9d8622862d7e03bf2217058f8 (patch)
tree676292ccfbd04f4b61e621682f9546535e2a479d /src/engine_type.h
parent2bb54f09d8ad249f009ab10c9b398fc8b444e5b3 (diff)
downloadopenttd-0e4b212c4539afb9d8622862d7e03bf2217058f8.tar.xz
(svn r24810) -Fix: Make engine preview offers more robust wrt. changes in the company ranking.
Diffstat (limited to 'src/engine_type.h')
-rw-r--r--src/engine_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine_type.h b/src/engine_type.h
index b02795322..aeebcb352 100644
--- a/src/engine_type.h
+++ b/src/engine_type.h
@@ -166,7 +166,6 @@ enum EngineMiscFlags {
enum EngineFlags {
ENGINE_AVAILABLE = 1, ///< This vehicle is available to everyone.
ENGINE_EXCLUSIVE_PREVIEW = 2, ///< This vehicle is in the exclusive preview stage, either being used or being offered to a company.
- ENGINE_OFFER_WINDOW_OPEN = 4, ///< The exclusive offer window is currently open for a company.
};
static const uint MAX_LENGTH_ENGINE_NAME_CHARS = 32; ///< The maximum length of an engine name in characters including '\0'