mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-13 16:44:50 +02:00
Merge branch 'master' of https://github.com/XProger/OpenLara
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user