mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-24 05:42:56 +02:00
fix Midas hand trigger deactivation after death
This commit is contained in:
@@ -1326,7 +1326,6 @@ struct MidasHand : Controller {
|
||||
|
||||
if (d.x < 512.0f && d.z < 512.0f) { // check for same sector
|
||||
lara->hit(1001.0f, this, TR::HIT_MIDAS);
|
||||
deactivate(true);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user