summaryrefslogtreecommitdiff
path: root/commonTypes.h
diff options
context:
space:
mode:
authorJapa2010-05-17 11:30:33 +0000
committerJapa2010-05-17 11:30:33 +0000
commit8d98b51288fa062cf5a658c4f0d24a2b100b250f (patch)
tree4455ea9e6e0ca4ab4e380ee9a70ae07b26b2102b /commonTypes.h
parent5c235e57af3ad3234608ee4ebf06de43324caf79 (diff)
downloadstonesense-8d98b51288fa062cf5a658c4f0d24a2b100b250f.tar.gz
stonesense-8d98b51288fa062cf5a658c4f0d24a2b100b250f.tar.bz2
stonesense-8d98b51288fa062cf5a658c4f0d24a2b100b250f.tar.xz
prevented some more possible crashes from missing defs
Diffstat (limited to 'commonTypes.h')
-rw-r--r--commonTypes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/commonTypes.h b/commonTypes.h
index 63e1e9e..4bbfc0e 100644
--- a/commonTypes.h
+++ b/commonTypes.h
@@ -173,6 +173,13 @@ typedef struct {
bool skipCreatures;
bool skipCreatureTypes;
bool skipCreatureTypesEx;
+ bool skipDescriptorColors;
+ bool skipBuildings;
+ bool skipVegetation;
+ bool skipConstructions;
+ bool skipMaps;
+ bool skipInorganicMats;
+ bool skipOrganicMats;
} GameConfiguration;