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

Merge branch 'master' into wip/landscape

This commit is contained in:
Mathieu Schroeter 2018-06-25 17:22:35 +02:00
commit 589b720474

View File

@ -1272,7 +1272,7 @@ CDecor::Build (Rect clip, Point posMouse)
rank = m_rankBlupi[x][y];
if (
rank != -1 && // un blupi sur cette cellule ?
!m_blupi[rank].bCache)
!m_blupi[rank].bCache && m_blupi[rank].bExist)
{
cel.x = m_blupi[rank].cel.x;
cel.y = m_blupi[rank].cel.y;