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

@@ -412,7 +412,7 @@ struct obj *obj; /* missile (or stack providing it) */
if (!Stoned && !Stone_resistance
&& !(poly_when_stoned(youmonst.data) &&
polymon(PM_STONE_GOLEM))) {
make_stoned(5L, (char *)0, KILLED_BY, nul);
make_stoned(5L, (char *)0, KILLED_BY, "");
}
}
stop_occupation();