mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-13 14:06:42 +03:00
Remove unused startup script argument
This commit is contained in:
parent
5db11d81fe
commit
c90e4435cd
3 changed files with 3 additions and 4 deletions
|
@ -770,7 +770,7 @@ void OMW::Engine::prepareEngine()
|
|||
// Create the world
|
||||
mWorld = std::make_unique<MWWorld::World>(mViewer, rootNode, mResourceSystem.get(), mWorkQueue.get(), *mUnrefQueue,
|
||||
mFileCollections, mContentFiles, mGroundcoverFiles, mEncoder.get(), mActivationDistanceOverride, mCellName,
|
||||
mStartupScript, mCfgMgr.getUserDataPath());
|
||||
mCfgMgr.getUserDataPath());
|
||||
mWorld->setupPlayer();
|
||||
mWorld->setRandomSeed(mRandomSeed);
|
||||
mEnvironment.setWorld(*mWorld);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue