mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Cosmetic
This commit is contained in:
parent
5467382cda
commit
7aed50040e
@ -576,7 +576,8 @@ void CDecor::BlupiInitAction (Sint32 rank, Sint32 action, Sint32 direct)
|
||||
m_blupi[rank].step = 0;
|
||||
}
|
||||
}
|
||||
if (m_blupi[rank].action == ACTION_STOPTIRED && m_blupi[rank].goalAction == 0)
|
||||
if (
|
||||
m_blupi[rank].action == ACTION_STOPTIRED && m_blupi[rank].goalAction == 0)
|
||||
{
|
||||
rand = Random (0, 100);
|
||||
if (
|
||||
|
Loading…
x
Reference in New Issue
Block a user