summaryrefslogtreecommitdiff
path: root/src/simulation/elements/LOLZ.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2012-12-18 02:11:33 (GMT)
committer jacob1 <jfu614@gmail.com>2012-12-18 02:11:33 (GMT)
commitb5de23433d6da22552a7927b5f70d2555af3ad38 (patch)
tree3d38f437df87678bdcc61625828390c6b6472497 /src/simulation/elements/LOLZ.cpp
parentf68cded2d2bd35989c5d81e710293ca2c96be36e (diff)
downloadpowder-b5de23433d6da22552a7927b5f70d2555af3ad38.zip
powder-b5de23433d6da22552a7927b5f70d2555af3ad38.tar.gz
fix '=' resetting air heat, fix uninitialized ambient heat setting, a few LOLZ / LOVE changes
Diffstat (limited to 'src/simulation/elements/LOLZ.cpp')
-rw-r--r--src/simulation/elements/LOLZ.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/simulation/elements/LOLZ.cpp b/src/simulation/elements/LOLZ.cpp
index a5e8371..f1d4167 100644
--- a/src/simulation/elements/LOLZ.cpp
+++ b/src/simulation/elements/LOLZ.cpp
@@ -42,8 +42,6 @@ Element_LOLZ::Element_LOLZ()
HighTemperature = ITH;
HighTemperatureTransition = NT;
- Update = &Element_LOLZ::update;
-
}
//#TPT-Directive ElementHeader Element_LOLZ static int RuleTable[9][9]
@@ -60,12 +58,7 @@ int Element_LOLZ::RuleTable[9][9] =
{0,1,0,0,0,0,0,1,0},
};
-//#TPT-Directive ElementHeader Element_LOLZ static int update(UPDATE_FUNC_ARGS)
-int Element_LOLZ::update(UPDATE_FUNC_ARGS)
- {
- sim->ISLOLZ = true;
- return 0;
-}
-
+//#TPT-Directive ElementHeader Element_LOLZ static int lolz[XRES/9][YRES/9];
+int Element_LOLZ::lolz[XRES/9][YRES/9];
Element_LOLZ::~Element_LOLZ() {} \ No newline at end of file