mirror of https://github.com/stella-emu/stella.git
Oops, forgot this in the last commit.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1018 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
b4a2268bd1
commit
c0c9364b04
|
@ -13,7 +13,7 @@
|
||||||
// See the file "license" for information on usage and redistribution of
|
// See the file "license" for information on usage and redistribution of
|
||||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||||
//
|
//
|
||||||
// $Id: mainSDL.cxx,v 1.61 2006-01-08 13:55:03 stephena Exp $
|
// $Id: mainSDL.cxx,v 1.62 2006-03-06 03:22:32 stephena Exp $
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
@ -236,7 +236,7 @@ int main(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
int bp = dbg.stringToValue(initBreak);
|
int bp = dbg.stringToValue(initBreak);
|
||||||
dbg.setBreakPoint(bp, true);
|
dbg.setBreakPoint(bp, true);
|
||||||
theOSystem->settings().setString("break", "", false);
|
theOSystem->settings().setString("break", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(theOSystem->settings().getBool("debug"))
|
if(theOSystem->settings().getBool("debug"))
|
||||||
|
|
Loading…
Reference in New Issue