diff options
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r-- | mbbsd/cal.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c index e4d1d492..69c15ce2 100644 --- a/mbbsd/cal.c +++ b/mbbsd/cal.c @@ -89,23 +89,6 @@ inmailbox(int m) } -#if !HAVE_FREECLOAK -/* ������ */ -int -p_cloak(void) -{ - if (vans(currutmp->invisible ? "�T�w�n�{��?[y/N]" : "�T�w�n����?[y/N]") != 'y') - return 0; - reload_money(); - if (cuser.money >= 19) { - vice(19, "�I�O����"); - currutmp->invisible %= 2; - vmsg((currutmp->invisible ^= 1) ? MSG_CLOAKED : MSG_UNCLOAK); - } - return 0; -} -#endif - int p_from(void) { |