fully open debug option

This commit is contained in:
2023-09-26 20:08:15 +08:00
parent 7c17047b8a
commit ae0d6aefcd

View File

@ -15,7 +15,7 @@ void Execute(int row, int column) {
std::string str;
VisitBlock(row, column);
if (game_state != 0) {
// PrintMap(); // this line may help you debug
PrintMap(); // this line may help you debug
ExitGame();
}
std::ostringstream oss;