mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-17 00:22:24 -04:00
Merge remote-tracking branch 'greye/master'
This commit is contained in:
commit
3dc42fb948
@ -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…
x
Reference in New Issue
Block a user