1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-24 13:53:05 +02:00
This commit is contained in:
XProger
2019-05-25 04:10:57 +03:00
parent ade8cb2928
commit 8e04fbd1e0

View File

@@ -3449,7 +3449,7 @@ struct Lara : Character {
Controller *controller = (Controller*)e.controller;
if (!controller || !controller->isCollider()) continue;
if (!controller || controller->flags.invisible || !controller->isCollider()) continue;
if (e.type == TR::Entity::TRAP_DOOR_1 || e.type == TR::Entity::TRAP_DOOR_2) continue;