EFFECTS Block an die richtige Stelle verschoben

This commit is contained in:
Enno Rehling 2004-05-02 19:30:47 +00:00
parent 7fb1008f7c
commit 27cd78ab66
1 changed files with 1 additions and 1 deletions

View File

@ -1343,6 +1343,7 @@ report_computer(FILE * F, faction * f, const faction_list * addresses,
}
if (pos!=cbuf) fputs(cbuf, F);
}
print_curses(F, f, r, TYP_REGION);
cr_borders(r, f, sd->mode, F);
if (sd->mode==see_unit && r->planep && r->planep->id == 1 && !is_cursed(r->attribs, C_ASTRALBLOCK, 0))
{
@ -1362,7 +1363,6 @@ report_computer(FILE * F, faction * f, const faction_list * addresses,
}
}
print_curses(F, f, r, TYP_REGION);
/* describe both passed and inhabited regions */
show_active_spells(r);
{