|
|
|
@ -159,7 +159,7 @@ namespace DFHack
|
|
|
|
|
bool ReadVegetation(const int32_t &index, t_tree_desc & shrubbery);
|
|
|
|
|
void FinishReadVegetation();
|
|
|
|
|
|
|
|
|
|
bool InitReadCreatures( uint32_t numcreatures );
|
|
|
|
|
bool InitReadCreatures( uint32_t & numcreatures );
|
|
|
|
|
/// returns index of creature actually read or -1 if no creature can be found
|
|
|
|
|
int32_t ReadCreatureInBox(int32_t index, t_creature & furball,
|
|
|
|
|
const uint16_t &x1, const uint16_t &y1,const uint16_t &z1,
|
|
|
|
|