summaryrefslogtreecommitdiff
path: root/src/simulation/elements/LOLZ.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/LOLZ.cpp')
-rw-r--r--src/simulation/elements/LOLZ.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/simulation/elements/LOLZ.cpp b/src/simulation/elements/LOLZ.cpp
index 6feae3f..4ab9c61 100644
--- a/src/simulation/elements/LOLZ.cpp
+++ b/src/simulation/elements/LOLZ.cpp
@@ -49,13 +49,7 @@ Element_LOLZ::Element_LOLZ()
//#TPT-Directive ElementHeader Element_LOLZ static int update(UPDATE_FUNC_ARGS)
int Element_LOLZ::update(UPDATE_FUNC_ARGS)
{
- /*int t = parts[i].type;
- if (t==PT_LOVE)
- ISLOVE=1;
- else if (t==PT_LOLZ)
- ISLOLZ=1;
- else if (t==PT_GRAV)
- ISGRAV=1;*/
+ sim->ISLOLZ = true;
return 0;
}