Press ENTER at end screen to continue #17

This commit is contained in:
2017-05-09 20:25:30 +02:00
parent 988b71bf8b
commit bdca40555d

View File

@@ -86,7 +86,8 @@ int main(int argc, char **argv) {
drawFigure(gs, 0); drawFigure(gs, 0);
startGame(gs); startGame(gs);
getch();
while (getch() != 10);
clear(); clear();
free(gs); free(gs);
return 0; return 0;