Fix wrong parameter order

This commit is contained in:
Pasi Kallinen
2016-09-06 17:35:59 +03:00
parent ff817b55e1
commit 9732d90bd4
2 changed files with 4 additions and 7 deletions

View File

@@ -555,8 +555,7 @@ register struct monst *mtmp;
/* This can happen after a purple worm plucks you off a
flying steed while you are over water. */
pline("%s sinks as %s rushes in and flushes you out.",
hliquid("water"),
Monnam(mtmp));
Monnam(mtmp), hliquid("water"));
}
mondead(mtmp);
if (mtmp->mhp > 0) {