diff options
| author | Japa | 2010-05-14 12:28:10 +0000 |
|---|---|---|
| committer | Japa | 2010-05-14 12:28:10 +0000 |
| commit | cde523bff8e60fa6e03bb6b785c061d114bd9258 (patch) | |
| tree | 092ab6586c15daa0f95df9563b9c79b535f8638c /ContentLoader.h | |
| parent | 692cb573ee69ce556b727fc6097896eba3958d6e (diff) | |
| download | stonesense-cde523bff8e60fa6e03bb6b785c061d114bd9258.tar.gz stonesense-cde523bff8e60fa6e03bb6b785c061d114bd9258.tar.bz2 stonesense-cde523bff8e60fa6e03bb6b785c061d114bd9258.tar.xz | |
Updates DFhack, hair is now correctly colored according to age.
added female goblin sprites.
Fixed fisherdwarfs being green
Diffstat (limited to 'ContentLoader.h')
| -rw-r--r-- | ContentLoader.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ContentLoader.h b/ContentLoader.h index 96e99be..bef29c4 100644 --- a/ContentLoader.h +++ b/ContentLoader.h @@ -39,6 +39,11 @@ public: memory_info *memoryInfo;
DFHack::Buildings * Bld;
DFHack::Materials * Mats;
+
+ uint32_t currentTick;
+ uint32_t currentYear;
+ uint32_t currentMonth;
+ uint32_t currentDay;
};
//singleton instance
|
