From: nhmall Date: Sat, 28 Mar 2015 22:05:42 +0000 (-0400) Subject: remove #ifdef TOURIST straggler X-Git-Tag: NetHack-3.6.0_RC01~522 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35d80f5922dcb29386ec7a667250ab0175ee1146;p=nethack remove #ifdef TOURIST straggler Changes to be committed: modified: src/worn.c --- diff --git a/src/worn.c b/src/worn.c index a542f3be4..70ba11b3a 100644 --- a/src/worn.c +++ b/src/worn.c @@ -1,4 +1,4 @@ -/* NetHack 3.5 worn.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */ +/* NetHack 3.5 worn.c $NHDT-Date: 1427580338 2015/03/28 22:05:38 $ $NHDT-Branch: master $:$NHDT-Revision: 1.35 $ */ /* NetHack 3.5 worn.c $Date: 2013/11/05 00:57:56 $ $Revision: 1.32 $ */ /* SCCS Id: @(#)worn.c 3.5 2009/02/28 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ @@ -591,9 +591,7 @@ long flag; case W_ARMS: return uarms; case W_ARMG: return uarmg; case W_ARMF: return uarmf; -#ifdef TOURIST case W_ARMU: return uarmu; -#endif default: impossible("bad flag in which_armor"); return 0;