(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 "table/strings.h"
#include "table/airporttiles.h"
#include "date_func.h"
AirportTileSpec AirportTileSpec::tiles[NUM_AIRPORTTILES];