From 27cd78ab66b0191590592a97dcef98e361126251 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 2 May 2004 19:30:47 +0000 Subject: [PATCH] EFFECTS Block an die richtige Stelle verschoben --- src/common/gamecode/creport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gamecode/creport.c b/src/common/gamecode/creport.c index f65576240..1ca2b0c69 100644 --- a/src/common/gamecode/creport.c +++ b/src/common/gamecode/creport.c @@ -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); {