diff options
| author | uvok | 2026-01-11 11:02:54 +0100 |
|---|---|---|
| committer | uvok | 2026-01-11 11:02:54 +0100 |
| commit | a538fb5524fa771a16e8cc291cae6cce46ea546d (patch) | |
| tree | e85cc43d2851ab9423bebbf905d7e3e0c1e5cc6e /nandgame/cpp/Vcomputer__main.cpp | |
| parent | acd85c5766ae4fd4c7a961369540b3b5b4b4f146 (diff) | |
Move finish into UI
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; } |
