浏览代码

Added an unsupported enum value for documentation reasons

Lemongrass3110 9 年之前
父节点
当前提交
c1623fd5dc
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/char/char.h

+ 3 - 0
src/char/char.h

@@ -79,6 +79,9 @@ enum pincode_state {
 	PINCODE_EXPIRED	= 3,
 	PINCODE_NEW		= 4,
 	PINCODE_ILLEGAL = 5,
+#if 0
+	PINCODE_KSSN	= 6, // Not supported since we do not store KSSN
+#endif
 	PINCODE_PASSED	= 7,
 	PINCODE_WRONG	= 8,
 	PINCODE_MAXSTATE