Fixed code style.
This commit is contained in:
parent
4707784929
commit
b24bdff308
@ -23,7 +23,7 @@ void cChicken::Tick(float a_Dt, cChunk & a_Chunk)
|
||||
{
|
||||
super::Tick(a_Dt, a_Chunk);
|
||||
|
||||
if (m_EggDropTimer == 6000 && m_World->GetTickRandomNumber(1) == 0)
|
||||
if ((m_EggDropTimer == 6000) && (m_World->GetTickRandomNumber(1) == 0))
|
||||
{
|
||||
cItems Drops;
|
||||
m_EggDropTimer = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user