1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Show enemies in the stats when using cheat code

It concerns the difficult skill level.
This commit is contained in:
Mathieu Schroeter 2017-10-25 06:46:09 +02:00
parent 51ffe896be
commit a26b71a2d8

View File

@ -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;