From 0e4b212c4539afb9d8622862d7e03bf2217058f8 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 9 Dec 2012 16:55:03 +0000 Subject: (svn r24810) -Fix: Make engine preview offers more robust wrt. changes in the company ranking. --- src/engine_type.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engine_type.h') 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' -- cgit v1.2.3-54-g00ecf