diff options
| author | Japa | 2010-06-12 15:00:25 +0000 |
|---|---|---|
| committer | Japa | 2010-06-12 15:00:25 +0000 |
| commit | 8f77411473f3dcde98cdf9ebd0d6d02358545be5 (patch) | |
| tree | 34f91111fca5a5624fadbdcabe13993846fdae0f /commonTypes.h | |
| parent | 3edbe67cfc3e31331e291efbf8e5c54c9cdaa0fa (diff) | |
| download | stonesense-8f77411473f3dcde98cdf9ebd0d6d02358545be5.tar.gz stonesense-8f77411473f3dcde98cdf9ebd0d6d02358545be5.tar.bz2 stonesense-8f77411473f3dcde98cdf9ebd0d6d02358545be5.tar.xz | |
Diffstat (limited to 'commonTypes.h')
| -rw-r--r-- | commonTypes.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/commonTypes.h b/commonTypes.h index 4bbfc0e..0d61f80 100644 --- a/commonTypes.h +++ b/commonTypes.h @@ -25,6 +25,8 @@ struct t_subSprite ALLEGRO_COLOR shadeColor;
ShadeBy shadeBy;
char bodyPart[128];
+ uint8_t snowMin;
+ uint8_t snowMax;
} ;
struct t_SpriteWithOffset{
@@ -39,6 +41,8 @@ struct t_SpriteWithOffset{ vector<t_subSprite> subSprites;
ShadeBy shadeBy;
char bodyPart[128];
+ uint8_t snowMin;
+ uint8_t snowMax;
} ;
typedef struct dfColors
@@ -168,6 +172,8 @@ typedef struct { bool showRenderStatus;
bool dayNightCycle;
+ bool show_creature_moods;
+
//follows are anti-crash things
bool skipWorld;
bool skipCreatures;
|
