mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-08-05 12:15:26 +01:00
Fix wrong input type for print_dungeon
This commit is contained in:
parent
fed79d2fb5
commit
5bb5180ebb
1 changed files with 1 additions and 1 deletions
|
@ -1230,7 +1230,7 @@ wiz_genesis()
|
|||
STATIC_PTR int
|
||||
wiz_where()
|
||||
{
|
||||
if (wizard) (void) print_dungeon(FALSE, (schar *)0, (xchar *)0);
|
||||
if (wizard) (void) print_dungeon(FALSE, (schar *)0, (int *)0);
|
||||
else pline("Unavailable command '^O'.");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue