(svn r24810) -Fix: Make engine preview offers more robust wrt. changes in the company ranking.

This commit is contained in:
frosch
2012-12-09 16:55:03 +00:00
parent 69b09ddb0b
commit 9f0e8399b0
6 changed files with 52 additions and 48 deletions

View File

@@ -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'