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:
parent
51ffe896be
commit
a26b71a2d8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user