diff options
| author | Jonas Ask | 2010-06-26 14:22:38 +0000 |
|---|---|---|
| committer | Jonas Ask | 2010-06-26 14:22:38 +0000 |
| commit | 1726a3b779e5628f2bd4919093eb33b5a6f30136 (patch) | |
| tree | bec7c46b950853704fb711f1422b67e24c847c95 /Block.h | |
| parent | 78d235be81ea6f54e6270cb2bcb26a38a52b24a8 (diff) | |
| download | stonesense-1726a3b779e5628f2bd4919093eb33b5a6f30136.tar.gz stonesense-1726a3b779e5628f2bd4919093eb33b5a6f30136.tar.bz2 stonesense-1726a3b779e5628f2bd4919093eb33b5a6f30136.tar.xz | |
commented out unused effect tags from the Block object, reducing overall memory footprint.
Diffstat (limited to 'Block.h')
| -rw-r--r-- | Block.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,7 +53,7 @@ public: } blockeffects;
//individual effects
- int16_t eff_miasma; + /*int16_t eff_miasma; int16_t eff_water; int16_t eff_water2; int16_t eff_blood; @@ -62,8 +62,8 @@ public: int16_t eff_smoke; int16_t eff_dragonfire; int16_t eff_fire; + int16_t eff_boiling;*/ int16_t eff_webing; - int16_t eff_boiling; int16_t eff_oceanwave;
struct {
t_building info;
|
