summaryrefslogtreecommitdiff
path: root/src/company_cmd.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-02-25 21:45:14 +0000
committeryexo <yexo@openttd.org>2009-02-25 21:45:14 +0000
commitfb7b0536e74d0cfdc682593657dfb66700f724e9 (patch)
treec5ec0bb4374465ba0001b47485225c72a9a21c15 /src/company_cmd.cpp
parentc5684e56ec96f530178d7e66aebb830fe6829974 (diff)
downloadopenttd-fb7b0536e74d0cfdc682593657dfb66700f724e9.tar.xz
(svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers.
Diffstat (limited to 'src/company_cmd.cpp')
-rw-r--r--src/company_cmd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/company_cmd.cpp b/src/company_cmd.cpp
index 407abd425..afc961e7f 100644
--- a/src/company_cmd.cpp
+++ b/src/company_cmd.cpp
@@ -39,6 +39,8 @@ CompanyByte _current_company;
/* NOSAVE: can be determined from company structs */
Colours _company_colours[MAX_COMPANIES];
CompanyManagerFace _company_manager_face; ///< for company manager face storage in openttd.cfg
+uint _next_competitor_start; ///< the number of ticks before the next AI is started
+uint _cur_company_tick_index; ///< used to generate a name for one company that doesn't have a name yet per tick
DEFINE_OLD_POOL_GENERIC(Company, Company)