From ae0d6aefcdf73d4897512d30e731eb18443c3f52 Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Tue, 26 Sep 2023 20:08:15 +0800 Subject: [PATCH] fully open debug option --- src/advanced.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/advanced.cpp b/src/advanced.cpp index 943e7c1..4051233 100644 --- a/src/advanced.cpp +++ b/src/advanced.cpp @@ -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;