player eating metal followup
new #ifdef was backwards
This commit is contained in:
+1
-1
@@ -764,7 +764,7 @@ register const char *let,*word;
|
|||||||
ilet = 'a';
|
ilet = 'a';
|
||||||
for (otmp = invent; otmp; otmp = otmp->nobj) {
|
for (otmp = invent; otmp; otmp = otmp->nobj) {
|
||||||
if (!flags.invlet_constant)
|
if (!flags.invlet_constant)
|
||||||
#ifndef GOLDOBJ
|
#ifdef GOLDOBJ
|
||||||
if (otmp->invlet != GOLD_SYM) /* don't reassign this */
|
if (otmp->invlet != GOLD_SYM) /* don't reassign this */
|
||||||
#endif
|
#endif
|
||||||
otmp->invlet = ilet; /* reassign() */
|
otmp->invlet = ilet; /* reassign() */
|
||||||
|
|||||||
Reference in New Issue
Block a user