projects
/
wumpus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3106b4f
)
Fixed a minor bug (matching starlet locations).
author
Eric S. Raymond
<esr@thyrsus.com>
Thu, 10 Mar 2011 04:48:00 +0000
(23:48 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Thu, 10 Mar 2011 04:48:00 +0000
(23:48 -0500)
superhack.c
patch
|
blob
|
history
diff --git
a/superhack.c
b/superhack.c
index 3f33547257617c6878cc0702c93976cfe521bbba..82d480907a6238a75d50027700f511b8520af4c2 100644
(file)
--- 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[STARLET
1
])
+ else if (scratchloc == loc[STARLET1] || scratchloc == loc[STARLET
2
])
{
PM("You begin to babble at an unimpressed starlet. You lose!");
finished = LOSE;