(svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers.

This commit is contained in:
yexo
2009-02-25 21:45:14 +00:00
parent c5684e56ec
commit fb7b0536e7
11 changed files with 19 additions and 14 deletions

View File

@@ -52,6 +52,9 @@ HouseSpec _house_specs[HOUSE_MAX];
Town *_cleared_town;
int _cleared_town_rating;
uint32 _cur_town_ctr; ///< iterator through all towns in OnTick_Town
uint32 _cur_town_iter; ///< frequency iterator at the same place
/* Initialize the town-pool */
DEFINE_OLD_POOL_GENERIC(Town, Town)