commit 3fa6bf48a50a767df56115bc26a857ee4ac13718
parent 7b886a6124a7aa45fc03d9bf393c9539e9c6a145
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date: Mon, 1 Apr 2024 00:07:20 -0300
Remove old commented line
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/guias/2/ej12.cpp b/guias/2/ej12.cpp
@@ -145,7 +145,6 @@ void game_redraw_board(void) {
void game_tui_cleanup() {
tui_reset_input_mode();
std::cout << "\033[" << tui_total_height-(cursor_row*2)-1 << "E";
- // game_clear_board();
}
void game_tui_setup() {