summaryrefslogtreecommitdiff
path: root/ContentLoader.h
diff options
context:
space:
mode:
authorJapa2011-02-23 01:28:19 +0000
committerJapa2011-02-23 01:28:19 +0000
commitd654ce4b90956f57eb1a1b9c1d7069e0191016d3 (patch)
tree6d497f88e67cb643ebb124528c9ffe4266e988b8 /ContentLoader.h
parentf06e0e44cc5eb98c8606dcd061f04c857e18acc1 (diff)
downloadstonesense-d654ce4b90956f57eb1a1b9c1d7069e0191016d3.tar.gz
stonesense-d654ce4b90956f57eb1a1b9c1d7069e0191016d3.tar.bz2
stonesense-d654ce4b90956f57eb1a1b9c1d7069e0191016d3.tar.xz
'Fixed' the crash that happened when pressing G.
as in, not fixed at all, instead just disabled the function completely.
Diffstat (limited to 'ContentLoader.h')
-rw-r--r--ContentLoader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ContentLoader.h b/ContentLoader.h
index 6066b78..dcf4165 100644
--- a/ContentLoader.h
+++ b/ContentLoader.h
@@ -29,6 +29,8 @@ public:
bool Load( DFHack::Context& DF);
+ bool reload_configs();
+
vector<BuildingConfiguration> buildingConfigs;
vector<vector<CreatureConfiguration>*> creatureConfigs;
vector<VegetationConfiguration> treeConfigs;