monpolycontrol typo (trunk only)

This commit is contained in:
nethack.rankin
2009-02-03 00:28:06 +00:00
parent 2904f49767
commit 53f1abed25

View File

@@ -2730,7 +2730,7 @@ struct monst *mon;
if (*buf == '\033') break;
/* for "*", use NON_PM to pick an arbitrary shape below */
if (!strcmp(buf, "*") || !strcmp(buf, "random")) {
mndx == NON_PM;
mndx = NON_PM;
break;
}
mndx = name_to_mon(buf);