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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user