1
0
Fork 0

Attempt at implementing #563

Not tested (I don't have RasPi)
This commit is contained in:
tonibm19 2014-01-30 18:02:37 +01:00
parent b61a74d6a2
commit 16a939a757
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "BlockID.h"
@ -234,7 +233,7 @@ cWorld::cWorld(const AString & a_WorldName) :
m_WorldName(a_WorldName),
m_IniFileName(m_WorldName + "/world.ini"),
m_StorageSchema("Default"),
#ifdef _arm_
#ifdef __arm__
m_StorageCompressionFactor(0),
#else
m_StorageCompressionFactor(6),