(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:
@@ -52,6 +52,8 @@ enum ExtraTreePlacement {
|
||||
ETP_ALL, ///< Place trees on all tiles
|
||||
};
|
||||
|
||||
/** Determines when to consider building more trees. */
|
||||
byte _trees_tick_ctr;
|
||||
|
||||
/**
|
||||
* Tests if a tile can be converted to MP_TREES
|
||||
|
Reference in New Issue
Block a user