From: Eric S. Raymond Date: Thu, 10 Mar 2011 04:48:00 +0000 (-0500) Subject: Fixed a minor bug (matching starlet locations). X-Git-Tag: 1.5~4 X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=commitdiff_plain;h=7c5bbc8a2733b23491f8b33ead72702f8dfece18 Fixed a minor bug (matching starlet locations). --- diff --git a/superhack.c b/superhack.c index 3f33547..82d4809 100644 --- a/superhack.c +++ b/superhack.c @@ -333,7 +333,7 @@ goodmove: PM("Yow! You interrupted the superhack."); move_superhack(); } - else if (scratchloc == loc[STARLET1] || scratchloc == loc[STARLET1]) + else if (scratchloc == loc[STARLET1] || scratchloc == loc[STARLET2]) { PM("You begin to babble at an unimpressed starlet. You lose!"); finished = LOSE;