示例#1
0
文件: loadcell.cpp 项目: Aozi/openmw
void Cell::restore(ESMReader &esm, int iCtx) const
{
    esm.restoreContext(mContextList.at (iCtx));
}
示例#2
0
void Cell::restore(ESMReader &esm) const
{
    esm.restoreContext(context);
}