(svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more logical location

This commit is contained in:
rubidium
2010-07-19 17:24:33 +00:00
parent 73527b7b45
commit 644deff9d2
7 changed files with 6 additions and 4 deletions

View File

@@ -28,6 +28,7 @@
#include "core/random_func.hpp"
#include "sprite.h"
#include "genworld.h"
#include "date_func.h"
static BuildingCounts<uint32> _building_counts;
static HouseClassMapping _class_mapping[HOUSE_CLASS_MAX];