diff --git a/scene.cpp b/scene.cpp index ec00baa1..8887f8ba 100644 --- a/scene.cpp +++ b/scene.cpp @@ -126,7 +126,7 @@ basic_cell::update_events() { if (launcher->check_conditions() && SquareMagnitude( launcher->location() - Global.pCamera.Pos ) < launcher->dRadius) { if (launcher->check_activation()) - launch_event(launcher, false); + launch_event(launcher, true); if (launcher->check_activation_key()) launch_event(launcher, true); }