summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index 1debf67b..7ce5e720 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -422,6 +422,7 @@ pressanykey()
refresh();
}
+#ifdef PLAY_ANGEL
void
pressanykey_or_callangel(){
int ch;
@@ -444,6 +445,7 @@ pressanykey_or_callangel(){
clrtoeol();
refresh();
}
+#endif
int
vmsg(const char *fmt,...)
@@ -629,7 +631,11 @@ show_help(char *helptext[])
else
prints(" %s\n", str);
}
+#ifdef PLAY_ANGEL
pressanykey_or_callangel();
+#else
+ pressanykey();
+#endif
}
#endif // _BBS_UTIL_C_