fix message when were_summoning

This commit is contained in:
nethack.allison
2003-12-07 09:45:34 +00:00
parent 19976253a0
commit 2a91bc6a50
4 changed files with 12 additions and 7 deletions

View File

@@ -926,7 +926,7 @@ dosummon()
You("call upon your brethren for help!");
exercise(A_WIS, TRUE);
if (!were_summon(youmonst.data, TRUE, &placeholder))
if (!were_summon(youmonst.data, TRUE, &placeholder, (char *)0))
pline("But none arrive.");
return(1);
}