1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-13 16:44:50 +02:00

Merge pull request #91 from Gh0stBlade/pushable_blocks_patch

Pushable blocks patch
This commit is contained in:
Timur Gagiev
2017-09-15 17:40:05 +03:00
committed by GitHub

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 {