1
0
Fork 0

Did what xoft recommended

This commit is contained in:
Tiger Wang 2014-01-25 21:29:27 +00:00
parent 6fa3a0cf70
commit cdd6478cea
2 changed files with 6 additions and 2 deletions

View File

@ -89,4 +89,8 @@ void cCreeper::Attack(float a_Dt)
m_World->DoExplosionAt((m_bIsCharged ? 5 : 3), GetPosX(), GetPosY(), GetPosZ(), false, esMonster, this);
Destroy();
}
}
}

View File

@ -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