mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
Merge remote-tracking branch 'greye/master'
This commit is contained in:
commit
3dc42fb948
1 changed files with 8 additions and 0 deletions
|
@ -273,6 +273,14 @@ namespace MWWorld
|
|||
mStatic[scpt.mId] = scpt;
|
||||
}
|
||||
|
||||
template <>
|
||||
inline void Store<ESM::StartScript>::load(ESM::ESMReader &esm, const std::string &id) {
|
||||
ESM::StartScript s;
|
||||
s.load(esm);
|
||||
s.mId = Misc::StringUtils::toLower(s.mScript);
|
||||
mStatic[s.mId] = s;
|
||||
}
|
||||
|
||||
template <>
|
||||
class Store<ESM::LandTexture> : public StoreBase
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue