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:
commit
589b720474
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user