fully open debug option
This commit is contained in:
@ -15,7 +15,7 @@ void Execute(int row, int column) {
|
|||||||
std::string str;
|
std::string str;
|
||||||
VisitBlock(row, column);
|
VisitBlock(row, column);
|
||||||
if (game_state != 0) {
|
if (game_state != 0) {
|
||||||
// PrintMap(); // this line may help you debug
|
PrintMap(); // this line may help you debug
|
||||||
ExitGame();
|
ExitGame();
|
||||||
}
|
}
|
||||||
std::ostringstream oss;
|
std::ostringstream oss;
|
||||||
|
Reference in New Issue
Block a user