diff options
| author | Japa | 2011-02-27 09:46:49 +0000 |
|---|---|---|
| committer | Japa | 2011-02-27 09:46:49 +0000 |
| commit | 62050f4bc59775609be524a90764fe9cf5a5f4ee (patch) | |
| tree | 50a946b89a00e0611a197d78204cccf60db184e2 /ContentLoader.cpp | |
| parent | 58daeeda7db523124663c6ecd0d74e216fa73ed4 (diff) | |
| download | stonesense-62050f4bc59775609be524a90764fe9cf5a5f4ee.tar.gz stonesense-62050f4bc59775609be524a90764fe9cf5a5f4ee.tar.bz2 stonesense-62050f4bc59775609be524a90764fe9cf5a5f4ee.tar.xz | |
added creature support for .19
Diffstat (limited to 'ContentLoader.cpp')
| -rw-r--r-- | ContentLoader.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ContentLoader.cpp b/ContentLoader.cpp index 17c3872..bffa70a 100644 --- a/ContentLoader.cpp +++ b/ContentLoader.cpp @@ -174,10 +174,7 @@ bool ContentLoader::Load( DFHack::Context& DF){ }
if(Bld)
{
- unsigned int bla;
- Bld->Start(bla);
Bld->ReadCustomWorkshopTypes(custom_workshop_types);
- Bld->Finish();
}
try
{
|
