From: Stas Sergeev Date: Thu, 8 May 2008 11:51:50 +0000 (+0000) Subject: forgotten piece of the prev commit. X-Git-Tag: 2.0~45 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=979ef3019da7a257635007218de0254f2610cd59;ds=sidebyside forgotten piece of the prev commit. --- diff --git a/src/reports.c b/src/reports.c index 5d7c3b1..fb8916a 100644 --- a/src/reports.c +++ b/src/reports.c @@ -154,9 +154,7 @@ void lrscan(void) proutn(" -1"); else { game.state.galaxy[x][y].charted = true; - game.state.chart[x][y].klingons = game.state.galaxy[x][y].klingons; - game.state.chart[x][y].starbase = game.state.galaxy[x][y].starbase; - game.state.chart[x][y].stars = game.state.galaxy[x][y].stars; + rechart(); if (game.state.galaxy[x][y].supernova) proutn(" ***"); else