summaryrefslogtreecommitdiff
path: root/ContentLoader.h
diff options
context:
space:
mode:
authorJapa2010-05-14 12:28:10 +0000
committerJapa2010-05-14 12:28:10 +0000
commitcde523bff8e60fa6e03bb6b785c061d114bd9258 (patch)
tree092ab6586c15daa0f95df9563b9c79b535f8638c /ContentLoader.h
parent692cb573ee69ce556b727fc6097896eba3958d6e (diff)
downloadstonesense-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.h5
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