diff options
| author | Japa | 2010-05-17 11:30:33 +0000 |
|---|---|---|
| committer | Japa | 2010-05-17 11:30:33 +0000 |
| commit | 8d98b51288fa062cf5a658c4f0d24a2b100b250f (patch) | |
| tree | 4455ea9e6e0ca4ab4e380ee9a70ae07b26b2102b /ContentLoader.h | |
| parent | 5c235e57af3ad3234608ee4ebf06de43324caf79 (diff) | |
| download | stonesense-8d98b51288fa062cf5a658c4f0d24a2b100b250f.tar.gz stonesense-8d98b51288fa062cf5a658c4f0d24a2b100b250f.tar.bz2 stonesense-8d98b51288fa062cf5a658c4f0d24a2b100b250f.tar.xz | |
prevented some more possible crashes from missing defs
Diffstat (limited to 'ContentLoader.h')
| -rw-r--r-- | ContentLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ContentLoader.h b/ContentLoader.h index d7f91d7..01365ae 100644 --- a/ContentLoader.h +++ b/ContentLoader.h @@ -36,7 +36,7 @@ public: vector<string> classIdStrings;
vector<string> professionStrings;
- memory_info *memoryInfo;
+ memory_info *MemInfo;
DFHack::Buildings * Bld;
DFHack::Materials * Mats;
|
