1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2025-02-02 15:07:27 -05:00

removed debug stuff

This commit is contained in:
Your Name 2021-05-01 02:09:04 +04:30
parent 441c71ad77
commit 4a0bb3c5c7

View File

@ -137,8 +137,6 @@ void shuffle(char board[size][size]){
break;
}
}
refresh();
getch();
}
//peacefully close when ^C is pressed
void sigint_handler(int x){