diff options
| author | Japa | 2010-06-18 14:29:21 +0000 |
|---|---|---|
| committer | Japa | 2010-06-18 14:29:21 +0000 |
| commit | aa39044cae131f6ce8b4c2ad43508b78effd2226 (patch) | |
| tree | 8b0a6b6621179e305743a446ac8e11867d845e44 /Block.h | |
| parent | c12a1c6867b6ad19cbc07995a9b2a475b3e05977 (diff) | |
| download | stonesense-aa39044cae131f6ce8b4c2ad43508b78effd2226.tar.gz stonesense-aa39044cae131f6ce8b4c2ad43508b78effd2226.tar.bz2 stonesense-aa39044cae131f6ce8b4c2ad43508b78effd2226.tar.xz | |
Diffstat (limited to 'Block.h')
| -rw-r--r-- | Block.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,8 @@ public: int mudlevel;
int snowlevel;
+ int bloodlevel;
+ ALLEGRO_COLOR bloodcolor;
struct BlockEffects //size 40 { uint16_t count; @@ -94,6 +96,7 @@ bool hasBuildingOfID(Block* b, int ID); bool hasBuildingIdentity(Block* b, uint32_t index, int buildingOcc);
bool hasBuildingOfIndex(Block* b, uint32_t index);
bool wallShouldNotHaveBorders( int in );
+void drawFloorBlood ( Block *b, int32_t drawx, int32_t drawy );
ALLEGRO_COLOR getSpriteColor(t_subSprite &sprite, t_matglossPair material, t_matglossPair layerMaterial, t_matglossPair veinMaterial);
ALLEGRO_COLOR getSpriteColor(t_SpriteWithOffset &sprite, t_matglossPair material, t_matglossPair layerMaterial, t_matglossPair veinMaterial);
\ No newline at end of file |
