summaryrefslogtreecommitdiff
path: root/src/simulation/elements/LOVE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/LOVE.cpp')
-rw-r--r--src/simulation/elements/LOVE.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/simulation/elements/LOVE.cpp b/src/simulation/elements/LOVE.cpp
index 28a20b7..e15cea2 100644
--- a/src/simulation/elements/LOVE.cpp
+++ b/src/simulation/elements/LOVE.cpp
@@ -49,13 +49,7 @@ Element_LOVE::Element_LOVE()
//#TPT-Directive ElementHeader Element_LOVE static int update(UPDATE_FUNC_ARGS)
int Element_LOVE::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->ISLOVE = true;
return 0;
}