remove an argument that is no longer necessary from a few functions
Passing a boolean 'ghostly' argument to some functions that are also passed an NHFILE * is unnecessary now.
This commit is contained in:
@@ -645,7 +645,7 @@ getbones()
|
||||
} else {
|
||||
register struct monst *mtmp;
|
||||
|
||||
getlev(nhfp, 0, 0, TRUE);
|
||||
getlev(nhfp, 0, 0);
|
||||
|
||||
/* Note that getlev() now keeps tabs on unique
|
||||
* monsters such as demon lords, and tracks the
|
||||
|
||||
Reference in New Issue
Block a user