summaryrefslogtreecommitdiff
path: root/nandgame/cpp/simpc_ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nandgame/cpp/simpc_ui.cpp')
-rw-r--r--nandgame/cpp/simpc_ui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/nandgame/cpp/simpc_ui.cpp b/nandgame/cpp/simpc_ui.cpp
index 4bfc93b..2740db8 100644
--- a/nandgame/cpp/simpc_ui.cpp
+++ b/nandgame/cpp/simpc_ui.cpp
@@ -15,11 +15,11 @@
#define PRINT_NEXT(dly) \
{ \
refresh(); \
+ wrefresh(status_top); \
+ wrefresh(clock_regs); \
if (dly) { \
napms(NCUR_DELAY_MS); \
} \
- wrefresh(status_top); \
- wrefresh(clock_regs); \
}
#define SIMPLE_BORDER(w, lr, tb, c) \