]> granicus.if.org Git - nethack/commitdiff
Deafness tidbit
authorkmhugo <kmhugo>
Sun, 12 Oct 2003 02:39:31 +0000 (02:39 +0000)
committerkmhugo <kmhugo>
Sun, 12 Oct 2003 02:39:31 +0000 (02:39 +0000)
Fix a typo

include/youprop.h

index f1db873a627fa162a160ec6577c8a34b5fc3ce28..fa85420cf4942806021af8574576743950d7043f 100644 (file)
 /* Timeout, plus a worn mask */
 #define HDeaf                  u.uprops[DEAF].intrinsic
 #define EDeaf                  u.uprops[DEAF].extrinsic
-#define Deaf                   (HDeaf || HDeaf)
+#define Deaf                   (HDeaf || EDeaf)
 
 #define HFumbling              u.uprops[FUMBLING].intrinsic
 #define EFumbling              u.uprops[FUMBLING].extrinsic