summaryrefslogtreecommitdiff
path: root/Block.h
diff options
context:
space:
mode:
authorJonas Ask2010-06-26 14:22:38 +0000
committerJonas Ask2010-06-26 14:22:38 +0000
commit1726a3b779e5628f2bd4919093eb33b5a6f30136 (patch)
treebec7c46b950853704fb711f1422b67e24c847c95 /Block.h
parent78d235be81ea6f54e6270cb2bcb26a38a52b24a8 (diff)
downloadstonesense-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Block.h b/Block.h
index 57ab942..bbf2b4f 100644
--- a/Block.h
+++ b/Block.h
@@ -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;