Did what xoft recommended
This commit is contained in:
parent
6fa3a0cf70
commit
cdd6478cea
@ -89,4 +89,8 @@ void cCreeper::Attack(float a_Dt)
|
||||
m_World->DoExplosionAt((m_bIsCharged ? 5 : 3), GetPosX(), GetPosY(), GetPosZ(), false, esMonster, this);
|
||||
Destroy();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -235,7 +235,7 @@ cWorld::cWorld(const AString & a_WorldName) :
|
||||
m_IniFileName(m_WorldName + "/world.ini"),
|
||||
m_StorageSchema("Default"),
|
||||
#ifdef _arm_
|
||||
m_StorageCompressionFactor(3),
|
||||
m_StorageCompressionFactor(0),
|
||||
#else
|
||||
m_StorageCompressionFactor(6),
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user