mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 03:57:51 +03:00
create startup script when running from OpenCS
This commit is contained in:
parent
61a92da374
commit
5e022195b8
3 changed files with 40 additions and 4 deletions
|
@ -2375,7 +2375,8 @@ bool CSMDoc::Document::isBlacklisted (const CSMWorld::UniversalId& id)
|
|||
void CSMDoc::Document::startRunning (const std::string& profile,
|
||||
const std::string& startupInstruction)
|
||||
{
|
||||
mRunner.configure (getData().getDebugProfiles().getRecord (profile).get());
|
||||
mRunner.configure (getData().getDebugProfiles().getRecord (profile).get(),
|
||||
startupInstruction);
|
||||
|
||||
int state = getState();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue