mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-25 14:11:17 +02:00
fixed #185
This commit is contained in:
@@ -3449,7 +3449,7 @@ struct Lara : Character {
|
|||||||
|
|
||||||
Controller *controller = (Controller*)e.controller;
|
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;
|
if (e.type == TR::Entity::TRAP_DOOR_1 || e.type == TR::Entity::TRAP_DOOR_2) continue;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user