forked from teamnwah/openmw-tes3coop
removed a redundant new
This commit is contained in:
parent
1c13a9037a
commit
1fdd43bbb7
1 changed files with 1 additions and 3 deletions
|
@ -255,9 +255,7 @@ namespace MWWorld
|
||||||
mPlayIntro = 2;
|
mPlayIntro = 2;
|
||||||
|
|
||||||
// global variables
|
// global variables
|
||||||
delete mGlobalVariables;
|
*mGlobalVariables = Globals (mStore);
|
||||||
mGlobalVariables = 0;
|
|
||||||
mGlobalVariables = new Globals (mStore);
|
|
||||||
|
|
||||||
// set new game mark
|
// set new game mark
|
||||||
mGlobalVariables->setInt ("chargenstate", 1);
|
mGlobalVariables->setInt ("chargenstate", 1);
|
||||||
|
|
Loading…
Reference in a new issue