This commit is contained in:
thrust26 2017-12-30 00:50:25 +01:00
parent 3d879d0080
commit 1213c973dc
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,6 @@ Debugger::Debugger(OSystem& osystem, Console& console)
// there will only be ever one instance of debugger in Stella,
// I don't care :)
myStaticDebugger = this;
saveOldState();
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -110,6 +108,8 @@ void Debugger::initialize()
myBaseDialog = myDialog;
myCartDebug->setDebugWidget(&(myDialog->cartDebug()));
saveOldState();
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -