diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-22 15:24:47 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-22 15:24:47 +0800 |
commit | c82aa04dd617725a9487ba97563a2b1cba7da26e (patch) | |
tree | e40c3a8fa17edfe241953b9b1839781945924774 /include | |
parent | b9b08dc09359d17ea223c984d21978c996960577 (diff) | |
download | pttbbs-c82aa04dd617725a9487ba97563a2b1cba7da26e.tar pttbbs-c82aa04dd617725a9487ba97563a2b1cba7da26e.tar.gz pttbbs-c82aa04dd617725a9487ba97563a2b1cba7da26e.tar.bz2 pttbbs-c82aa04dd617725a9487ba97563a2b1cba7da26e.tar.lz pttbbs-c82aa04dd617725a9487ba97563a2b1cba7da26e.tar.xz pttbbs-c82aa04dd617725a9487ba97563a2b1cba7da26e.tar.zst pttbbs-c82aa04dd617725a9487ba97563a2b1cba7da26e.zip |
fix gameble
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@333 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index d49e231e..90b4aca1 100644 --- a/include/common.h +++ b/include/common.h @@ -1,4 +1,4 @@ -/* $Id: common.h,v 1.3 2002/06/19 13:34:23 lwms Exp $ */ +/* $Id: common.h,v 1.4 2002/06/22 07:24:47 ptt Exp $ */ #ifndef INCLUDE_COMMON_H #define INCLUDE_COMMON_H @@ -23,6 +23,7 @@ #define FN_OVERRIDES "overrides" #define FN_TICKET "ticket" #define FN_TICKET_END "ticket.end" +#define FN_TICKET_LOCK "ticket.end.lock" #define FN_TICKET_ITEMS "ticket.items" #define FN_TICKET_RECORD "ticket.data" #define FN_TICKET_USER "ticket.user" |