diff options
| author | Japa | 2011-02-23 01:28:19 +0000 |
|---|---|---|
| committer | Japa | 2011-02-23 01:28:19 +0000 |
| commit | d654ce4b90956f57eb1a1b9c1d7069e0191016d3 (patch) | |
| tree | 6d497f88e67cb643ebb124528c9ffe4266e988b8 /ContentLoader.h | |
| parent | f06e0e44cc5eb98c8606dcd061f04c857e18acc1 (diff) | |
| download | stonesense-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.h | 2 |
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;
|
