This doesn't look right. Comments?
--
Philipp Lucas
phl...@online-club.de
Looks like you're right to my eye also. Here's what I think it should look
like:
*** old/hack.c Wed Mar 20 15:43:06 2002
--- ./hack.c Sun Mar 24 23:53:28 2002
***************
*** 584,593 ****
u.usteed->mnamelth ? ARTICLE_NONE : ARTICLE_THE,
(char *)0, SUPPRESS_SADDLE, FALSE));
else {
! #else
pline("Ouch! You bump into a door.");
exercise(A_DEX, FALSE);
- #endif
#ifdef STEED
}
#endif
--- 584,592 ----
u.usteed->mnamelth ? ARTICLE_NONE : ARTICLE_THE,
(char *)0, SUPPRESS_SADDLE, FALSE));
else {
! #endif
pline("Ouch! You bump into a door.");
exercise(A_DEX, FALSE);
#ifdef STEED
}
#endif
-Killdozer