From ce697837e94da1fa7ac0a1dc83e3518c882c5f82 Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 13 Sep 2009 04:02:01 +0000 Subject: * fix: money was not synchronized... * also enhanced more check with explicit reload git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4835 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/io.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mbbsd/io.c') diff --git a/mbbsd/io.c b/mbbsd/io.c index 375d1a6d..432b4004 100644 --- a/mbbsd/io.c +++ b/mbbsd/io.c @@ -16,6 +16,9 @@ static unsigned char real_outbuf[OBUFSIZE + CVTGAP*2] = " ", real_inbuf [IBUFSIZE + CVTGAP*2] = " "; +// we've seen such pattern - make it accessible for movie mode. +#define CLIENT_ANTI_IDLE_STR ESC_STR "OA" ESC_STR "OB" + // use defines instead - it is discovered that sometimes the input/output buffer was overflow, // without knowing why. // static unsigned char *outbuf = real_outbuf + 3, *inbuf = real_inbuf + 3; -- cgit v1.2.3