1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 22:06:42 +00:00

removed a redundant new

This commit is contained in:
Marc Zinnschlag 2013-12-10 12:31:18 +01:00
parent 1c13a9037a
commit 1fdd43bbb7

View file

@ -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);