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:
2
src/do.c
2
src/do.c
@@ -1479,7 +1479,7 @@ boolean at_stairs, falling, portal;
|
||||
reseed_random(rn2);
|
||||
reseed_random(rn2_on_display_rng);
|
||||
minit(); /* ZEROCOMP */
|
||||
getlev(nhfp, g.hackpid, new_ledger, FALSE);
|
||||
getlev(nhfp, g.hackpid, new_ledger);
|
||||
/* when in wizard mode, it is possible to leave from and return to
|
||||
any level in the endgame; above, we discarded bubble/cloud info
|
||||
when leaving Plane of Water or Air so recreate some now */
|
||||
|
||||
Reference in New Issue
Block a user