1
This commit is contained in:
parent
d95df00bd6
commit
e5fd06e488
@ -344,6 +344,11 @@ void RoomObstacle::Active()
|
|||||||
ActiveMedicalStation();
|
ActiveMedicalStation();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case kObstaclePortal:
|
||||||
|
{
|
||||||
|
ActivePortal();
|
||||||
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user