Vegetation update order is a 16bit integer!

develop
Petr Mrázek 2011-05-26 02:13:29 +02:00
parent 608b0f9f56
commit 6d32802dd4
1 changed files with 2 additions and 1 deletions

@ -44,7 +44,8 @@ namespace DFHack
/**
* 0x58 - the updates are staggered into 9? groups. this seems to be what differentiates the plants.
*/
uint32_t update_order;
uint16_t update_order;
uint16_t padding2;
// a vector is here
// some more temperature stuff after that
};