(svn r20184) -Codechange: make _trees_tick_ctr and _disaster_delay not use VARDEF and put them in a more logical location
This commit is contained in:
@@ -48,6 +48,9 @@
|
||||
#include "table/strings.h"
|
||||
#include "table/sprites.h"
|
||||
|
||||
/** Delay counter for considering the next disaster. */
|
||||
uint16 _disaster_delay;
|
||||
|
||||
enum DisasterSubType {
|
||||
ST_ZEPPELINER,
|
||||
ST_ZEPPELINER_SHADOW,
|
||||
|
Reference in New Issue
Block a user