diff options
| author | jacob1 <jfu614@gmail.com> | 2012-10-05 00:16:57 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-05 15:33:54 (GMT) |
| commit | d159467b63b930958930f252b208ecb7e959ad97 (patch) | |
| tree | 72c3a3934b8826c951ec6b55236c7bc6bff4a6cf /src/simulation/elements/LOLZ.cpp | |
| parent | f19f393e227e9158aced5ecd73dcb621e8d84569 (diff) | |
| download | powder-d159467b63b930958930f252b208ecb7e959ad97.zip powder-d159467b63b930958930f252b208ecb7e959ad97.tar.gz | |
LOLZ and LOVE work again
Diffstat (limited to 'src/simulation/elements/LOLZ.cpp')
| -rw-r--r-- | src/simulation/elements/LOLZ.cpp | 8 |
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; } |
