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.cpp | |
| 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.cpp')
| -rw-r--r-- | ContentLoader.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ContentLoader.cpp b/ContentLoader.cpp index 871c36a..07fdd66 100644 --- a/ContentLoader.cpp +++ b/ContentLoader.cpp @@ -197,6 +197,9 @@ bool ContentLoader::Load( DFHack::Context& DF){ }
}
+ civzoneNum = TranslateBuildingName("building_civzonest", contentLoader.classIdStrings );
+ stockpileNum = TranslateBuildingName("building_stockpilest", contentLoader.classIdStrings );
+
//DumpPrefessionNamesToDisk(professionStrings, "priofessiondump.txt");
//DumpPrefessionNamesToDisk(classIdStrings, "buildingdump.txt");
//DumpMaterialNamesToDisk(inorganicMaterials, "DUMPSES.txt");
|
