1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-13 16:44:50 +02:00
This commit is contained in:
XProger
2017-09-16 04:06:04 +03:00

View File

@@ -648,7 +648,7 @@ namespace TR {
}
bool isBlock() const {
return type >= TR::Entity::BLOCK_1 && type <= TR::Entity::BLOCK_2;
return type >= TR::Entity::BLOCK_1 && type <= TR::Entity::BLOCK_4;
}
bool isLara() const {