diff options
| author | Japa | 2010-08-28 17:31:08 +0000 |
|---|---|---|
| committer | Japa | 2010-08-28 17:31:08 +0000 |
| commit | 17fcdf62034a6cba462a08e27fe605d9c86756e3 (patch) | |
| tree | 73137a0a2dfb140596cce5069377e4ba92e91202 /SpriteObjects.h | |
| parent | 820eca018cba6ead34e13f535e652f59de57fcd3 (diff) | |
| download | stonesense-17fcdf62034a6cba462a08e27fe605d9c86756e3.tar.gz stonesense-17fcdf62034a6cba462a08e27fe605d9c86756e3.tar.bz2 stonesense-17fcdf62034a6cba462a08e27fe605d9c86756e3.tar.xz | |
added the ability to have mud sprites.
Diffstat (limited to 'SpriteObjects.h')
| -rw-r--r-- | SpriteObjects.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SpriteObjects.h b/SpriteObjects.h index aa4740a..02626e7 100644 --- a/SpriteObjects.h +++ b/SpriteObjects.h @@ -38,6 +38,8 @@ private: int snowmax;
int bloodmin;
int bloodmax;
+ int mudmin;
+ int mudmax;
bool needoutline;
bool randomanimation;
|
