X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=3d0e2d3bff7aca38e3d10df5f29e8111d5c5f194;hb=59eaf44062103c506fec5dc12431f7df7eb28009;hp=1533d9555a231de40cd1a42c9368584604c8b233;hpb=27f851e4b78fb557176a3b4a767ff648ed7ad212;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 1533d955..3d0e2d3b 100644 --- a/src/game.c +++ b/src/game.c @@ -4790,6 +4790,9 @@ void GameWon(void) score = score_final = game.score_final; health = health_final = game.health_final; + // update game panel values before (delayed) counting of score (if any) + LevelSolved_DisplayFinalGameValues(time, score, health); + // if level has time score defined, calculate new final game values if (time_score > 0) {