From 6f896bea66286ad637861ccae7126fda98c0c4ff Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 31 Oct 2004 11:53:17 +0000 Subject: treat lose and decrease chess rating if disconnected git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2301 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/chc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/chc.h b/include/chc.h index 052565cf..e3b16d38 100644 --- a/include/chc.h +++ b/include/chc.h @@ -38,6 +38,7 @@ typedef struct chcusr_t{ int lose; int tie; unsigned short rating; + unsigned short orig_rating; // 原始 rating, 因為遊戲開始先算輸一場, rating 值就跑掉了 } chcusr_t; #define CHC_ACT_BOARD 0x1 /* set if transfered board to this sock */ -- cgit v1.2.3