From cddc7de326834f6714236119ca32afc927e3796b Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Mon, 19 Feb 2018 18:05:47 +0100 Subject: [PATCH] Fix properly issue #53 by updating the stats --- src/decstat.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/decstat.cxx b/src/decstat.cxx index 639e362..f4e8385 100644 --- a/src/decstat.cxx +++ b/src/decstat.cxx @@ -448,7 +448,9 @@ CDecor::StatisticUpdate () { if (m_blupi[rank].bExist) { - if (m_blupi[rank].perso == 0) // blupi ? + if ( + m_blupi[rank].perso == 0 && m_blupi[rank].action != ACTION_TCHAO && + m_blupi[rank].action != ACTION_BURN) // blupi ? { if (m_blupi[rank].bMalade) table_statistic[STATBLUPIm].nb++;