diff options
| author | Japa | 2010-08-02 16:11:07 +0000 |
|---|---|---|
| committer | Japa | 2010-08-02 16:11:07 +0000 |
| commit | c261a2386e6e0648eaca8f001af3068f2606b72e (patch) | |
| tree | ab4b6f596f37ca87e28b00c76a3e80b077895b41 /ContentLoader.h | |
| parent | 641040bc8f4322e4ba9e0417e8f148c9d102dc65 (diff) | |
| download | stonesense-c261a2386e6e0648eaca8f001af3068f2606b72e.tar.gz stonesense-c261a2386e6e0648eaca8f001af3068f2606b72e.tar.bz2 stonesense-c261a2386e6e0648eaca8f001af3068f2606b72e.tar.xz | |
added the ability too selectively chop blocks in half.
Diffstat (limited to 'ContentLoader.h')
| -rw-r--r-- | ContentLoader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ContentLoader.h b/ContentLoader.h index b5df592..8a41aea 100644 --- a/ContentLoader.h +++ b/ContentLoader.h @@ -46,6 +46,9 @@ public: uint8_t currentDay;
uint8_t currentHour;
uint8_t currentTickRel;
+
+ int stockpileNum;
+ int civzoneNum;
};
//singleton instance
|
