From c241354a317554a621175ad2831ea63348278703 Mon Sep 17 00:00:00 2001 From: scw Date: Mon, 1 Aug 2005 01:58:58 +0000 Subject: CHC new restriction available. *NOTE* chc protocal changed withOUT backward compatibility. STOP mbbsd before upgrading. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2974 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/chc.h | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/chc.h b/include/chc.h index bc12c395..d78cbe8a 100644 --- a/include/chc.h +++ b/include/chc.h @@ -7,13 +7,22 @@ */ #define SIDE_ROW 7 -#define TURN_ROW (chcd->photo ? 19 : 8) +#define REAL_TURN_ROW 8 #define STEP_ROW 9 -#define TIME_ROW (chcd->photo ? 20 : 10) -#define WARN_ROW 12 +#define REAL_TIME_ROW1 10 +#define REAL_TIME_ROW2 11 +#define WARN_ROW 13 #define MYWIN_ROW 17 #define HISWIN_ROW 18 +#define PHOTO_TURN_ROW 19 +#define PHOTO_TIME_ROW1 20 +#define PHOTO_TIME_ROW2 21 + +/* virtual lines */ +#define TURN_ROW 128 +#define TIME_ROW 129 + #define CHC_VERSUS 1 /* Âù¤H */ #define CHC_WATCH 2 /* Æ[´Ñ */ #define CHC_PERSONAL 4 /* ¥´ÃÐ */ -- cgit v1.2.3