The age of creatures is signed int.

develop
Petr Mrázek 2011-03-06 11:42:02 +01:00
parent bafda2f6f8
commit 9b0c426f9c
1 changed files with 1 additions and 1 deletions

@ -353,7 +353,7 @@ namespace DFHack
uint32_t nbcolors;
uint32_t color[MAX_COLORS];
uint32_t birth_year;
int32_t birth_year;
uint32_t birth_time;
};