mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-14 17:14:29 +02:00
Merge pull request #91 from Gh0stBlade/pushable_blocks_patch
Pushable blocks patch
This commit is contained in:
@@ -648,7 +648,7 @@ namespace TR {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool isBlock() const {
|
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 {
|
bool isLara() const {
|
||||||
|
Reference in New Issue
Block a user