Mario: remove useless debug outputs
This commit is contained in:
parent
f04dc1e23b
commit
f35aa095f3
@ -584,7 +584,6 @@ void placeTool( SDLPP::Scene &scene ) {
|
||||
|
||||
scene.visitCollisions( *global_vars.current_tool, visitor );
|
||||
auto &obj = getSelectedObject();
|
||||
std::cout << "Remove? " << (visitor.removeBlock() ? "YES" : "NO") << ", Add?" << (visitor.addBlock() ? "YES" : "NO") << std::endl;
|
||||
if ( visitor.removeBlock() && !visitor.addBlock() ) {
|
||||
switch ( visitor.getVisitorType() ) {
|
||||
case VisitorType::Terrain:
|
||||
|
@ -44,7 +44,6 @@ void MushroomVisitor::visit( const SDLPP::RenderObject &obj ) {
|
||||
}
|
||||
break;
|
||||
case MARIO_ID:
|
||||
std::cout << "MARIO" << std::endl;
|
||||
death = true;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user