From c1623fd5dc640e1dabd5ce846a9226c24c867b04 Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Wed, 7 Oct 2015 20:20:29 +0200 Subject: [PATCH] Added an unsupported enum value for documentation reasons --- src/char/char.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/char/char.h b/src/char/char.h index 2b1a4c7ec2..33ae36a473 100644 --- a/src/char/char.h +++ b/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