Attempt to fix a regression - crash on ARM

pull/556/head
Andrei Kortunov 5 years ago
parent 0fa0e9571b
commit b2e12f0a73

@ -33,14 +33,14 @@ struct Region
// the engine uses mA as "snow" and mB as "blizard"
mA, mB;
}; // 10 bytes
#pragma pack(pop)
// Reference to a sound that is played randomly in this region
struct SoundRef
{
std::string mSound;
unsigned char mChance;
}; // 33 bytes
#pragma pack(pop)
};
WEATstruct mData;
int mMapColor; // RGBA

@ -33,7 +33,7 @@ public:
{
std::string mName;
Script::SCHDstruct mData;
}; // 52 bytes
};
std::string mId;

Loading…
Cancel
Save