Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Deleted debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrion authored Nov 4, 2018
1 parent 5d143b0 commit 08f4708
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/opmon/model/sysObjects/Events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,11 @@ namespace OpMon {
}

if(!move(movements[predefinedCounter], overworld.getData().getCurrentMap())) { //If the movement is impossible, decreases the counter to not ignore the movement.
std::cout << "\\^o^/" << std::endl;
if(predefinedCounter != 0) {
predefinedCounter--;
} else {
predefinedCounter = movements.size() - 1;
}
} else {
std::cout << "..." << std::endl;
}
break;

Expand Down

0 comments on commit 08f4708

Please sign in to comment.