summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-01 09:58:58 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-01 09:58:58 +0800
commitc241354a317554a621175ad2831ea63348278703 (patch)
treec2db849231ac8b955df2a9c8a82eaa0a9de602e9 /include
parent50c77ea036789d89e87169da367bbbec9aff04ad (diff)
downloadpttbbs-c241354a317554a621175ad2831ea63348278703.tar
pttbbs-c241354a317554a621175ad2831ea63348278703.tar.gz
pttbbs-c241354a317554a621175ad2831ea63348278703.tar.bz2
pttbbs-c241354a317554a621175ad2831ea63348278703.tar.lz
pttbbs-c241354a317554a621175ad2831ea63348278703.tar.xz
pttbbs-c241354a317554a621175ad2831ea63348278703.tar.zst
pttbbs-c241354a317554a621175ad2831ea63348278703.zip
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
Diffstat (limited to 'include')
-rw-r--r--include/chc.h15
1 files changed, 12 insertions, 3 deletions
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 /* ¥´ÃÐ */