our friend Deprecated conversion is no more :)

This commit is contained in:
Sylae Corell
2014-07-30 11:55:31 -06:00
parent 49d2c9653a
commit f902fe2f37
18 changed files with 64 additions and 76 deletions

View File

@@ -1284,11 +1284,10 @@ Boolean summon_monster(unsigned char which,location where,short duration,short g
// to put monster
{
location loc;
short which_m,spot;
short spot;
if ((is_town()) || (monsters_going)) {
// Ooooh ... mondo kludge. Need to find caster's attitude to give it to monst.
which_m = monst_there(where);
loc = find_clear_spot(where,0);
if (loc.x == 0)
return false;