Mario: remove destructible used for testing
This commit is contained in:
@@ -44,8 +44,6 @@ void loadMap( std::shared_ptr< SDLPP::Scene > &scene,
|
||||
bool destructible = false;
|
||||
if ( id == FLOOR_ID || id == BRICK_ID || id == BRICK_TOP_ID ) {
|
||||
collision = true;
|
||||
if(id != FLOOR_ID)
|
||||
destructible = true;
|
||||
}
|
||||
// TODO add modifiers to createTerrainBlock
|
||||
auto obj =
|
||||
|
||||
Reference in New Issue
Block a user