use of NULL (trunk only)

There were 2 files where NULL had crept into the sources,
even though we are not using it anywhere else.
This commit is contained in:
nethack.allison
2005-01-23 19:59:21 +00:00
parent 6177f4b871
commit 4527baa259
2 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ int x,y;
struct monst *mtmp;
unsigned gpflags;
{
struct permonst *mdat = NULL;
struct permonst *mdat = (struct permonst *)0;
boolean ignorewater = ((gpflags & MM_IGNOREWATER) != 0);
if (!isok(x, y)) return FALSE;