summaryrefslogtreecommitdiff
path: root/commonTypes.h
diff options
context:
space:
mode:
authorJapa2010-04-24 12:23:16 +0000
committerJapa2010-04-24 12:23:16 +0000
commit701514f5c7e0df61038bb2d6b4991956c56c8fc4 (patch)
tree8bd9eefcdc90289f25e1752d8f5f797a4d76dfe7 /commonTypes.h
parent3762a5ddf8a4f038d762cd2689afb421d50430c5 (diff)
downloadstonesense-701514f5c7e0df61038bb2d6b4991956c56c8fc4.tar.gz
stonesense-701514f5c7e0df61038bb2d6b4991956c56c8fc4.tar.bz2
stonesense-701514f5c7e0df61038bb2d6b4991956c56c8fc4.tar.xz
fixed some crashes that occur when re-loading configs.
should be ok now.
Diffstat (limited to 'commonTypes.h')
-rw-r--r--commonTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commonTypes.h b/commonTypes.h
index b1aea7a..c20eedd 100644
--- a/commonTypes.h
+++ b/commonTypes.h
@@ -150,6 +150,7 @@ typedef struct {
bool cache_images;
int imageCacheSize;
dfColors colors;
+ bool opengl;
} GameConfiguration;