(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:
rubidium
2010-07-19 15:51:06 +00:00
parent 8894ae2ccb
commit 4a2901eea4
5 changed files with 9 additions and 6 deletions

View File

@@ -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