Remove the 'nul' variable.

This commit is contained in:
Sean Hunt
2015-02-18 23:51:08 -05:00
parent 72c2ae233d
commit a3b1cb8432
8 changed files with 13 additions and 19 deletions

View File

@@ -691,7 +691,7 @@ register int pm;
if (!Slimed && !Unchanging && !slimeproof(youmonst.data)) {
You("don't feel very well.");
make_slimed(10L, (char*) 0);
delayed_killer(SLIMED, KILLED_BY_AN, nul);
delayed_killer(SLIMED, KILLED_BY_AN, "");
}
/* Fall through */
default: