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

Better fix for the bug where blupi is not at the right z-index

It looks much better because in this case, the right object is in front
of Blupi (at least, it seems).
This commit is contained in:
Mathieu Schroeter 2017-03-03 17:35:27 +01:00
parent 56794b45dd
commit 7d0f72f961

View File

@ -625,7 +625,7 @@ void CDecor::BuildPutBlupi()
* consider the following code as a workaround.
*/
if (x == m_blupi[rank].cel.x)
x++;
x -= 2;
else
x = m_blupi[rank].cel.x;