diff options
Diffstat (limited to 'nandgame/cpp/Vcomputer__main.cpp')
| -rw-r--r-- | nandgame/cpp/Vcomputer__main.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nandgame/cpp/Vcomputer__main.cpp b/nandgame/cpp/Vcomputer__main.cpp index 50f7c1b..5b7f615 100644 --- a/nandgame/cpp/Vcomputer__main.cpp +++ b/nandgame/cpp/Vcomputer__main.cpp @@ -94,10 +94,7 @@ int main(int argc, char **argv, char **) { // Print statistical summary report // contextp->statsPrintSummary(); -#if NCUR - getch(); - endwin(); -#endif + ui_finish(); return 0; } |
