1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 02:06:42 +00:00

Merge pull request #2573 from akortunov/encoding

Attempt to fix a regression - crash on ARM
This commit is contained in:
Alexei Dobrohotov 2019-10-29 02:00:02 +03:00 committed by GitHub
commit 8752523de3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

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