From a26b71a2d899df4078a880b6cb31bb85e7821069 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Wed, 25 Oct 2017 06:46:09 +0200 Subject: [PATCH] Show enemies in the stats when using cheat code It concerns the difficult skill level. --- src/decstat.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decstat.cxx b/src/decstat.cxx index 057d916..86298bf 100644 --- a/src/decstat.cxx +++ b/src/decstat.cxx @@ -475,7 +475,7 @@ CDecor::StatisticUpdate () // Hide enemies from the stat when hidden by the fog bool hide = false; - if (this->GetSkill () >= 1) + if (this->GetSkill () >= 1 && this->m_bFog) { auto fogCel = m_blupi[rank].cel; fogCel.x = (fogCel.x / 4) * 4;