mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
removed a redundant new
This commit is contained in:
parent
1c13a9037a
commit
1fdd43bbb7
@ -255,9 +255,7 @@ namespace MWWorld
|
||||
mPlayIntro = 2;
|
||||
|
||||
// global variables
|
||||
delete mGlobalVariables;
|
||||
mGlobalVariables = 0;
|
||||
mGlobalVariables = new Globals (mStore);
|
||||
*mGlobalVariables = Globals (mStore);
|
||||
|
||||
// set new game mark
|
||||
mGlobalVariables->setInt ("chargenstate", 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user