diff options
| author | Japa | 2010-08-06 04:24:25 +0000 |
|---|---|---|
| committer | Japa | 2010-08-06 04:24:25 +0000 |
| commit | 1ac23f7c6a2e9e9db98cb0439904bbd684644572 (patch) | |
| tree | 7346a8a12def98f94f7f2d6373f0c861541646e4 /commonTypes.h | |
| parent | 39d0ee209a8e4b648a46cf8566b33659585a01d8 (diff) | |
| download | stonesense-1ac23f7c6a2e9e9db98cb0439904bbd684644572.tar.gz stonesense-1ac23f7c6a2e9e9db98cb0439904bbd684644572.tar.bz2 stonesense-1ac23f7c6a2e9e9db98cb0439904bbd684644572.tar.xz | |
added some more sprite stuff
Diffstat (limited to 'commonTypes.h')
| -rw-r--r-- | commonTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commonTypes.h b/commonTypes.h index 09e04ee..3839ac6 100644 --- a/commonTypes.h +++ b/commonTypes.h @@ -177,7 +177,7 @@ typedef struct { bool show_creature_moods;
- bool transparentScreenshots
+ bool transparentScreenshots;
//follows are anti-crash things
bool skipWorld;
bool skipCreatures;
|
