summaryrefslogtreecommitdiff
path: root/nandgame/cpp/Vcomputer__main.cpp
diff options
context:
space:
mode:
authoruvok2026-01-11 11:02:54 +0100
committeruvok2026-01-11 11:02:54 +0100
commita538fb5524fa771a16e8cc291cae6cce46ea546d (patch)
treee85cc43d2851ab9423bebbf905d7e3e0c1e5cc6e /nandgame/cpp/Vcomputer__main.cpp
parentacd85c5766ae4fd4c7a961369540b3b5b4b4f146 (diff)
Move finish into UI
Diffstat (limited to 'nandgame/cpp/Vcomputer__main.cpp')
-rw-r--r--nandgame/cpp/Vcomputer__main.cpp5
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;
}