diff --git a/stella/src/emucore/PropsSet.cxx b/stella/src/emucore/PropsSet.cxx index 81f21211c..0ccb071fb 100644 --- a/stella/src/emucore/PropsSet.cxx +++ b/stella/src/emucore/PropsSet.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: PropsSet.cxx,v 1.25 2006-12-08 16:49:27 stephena Exp $ +// $Id: PropsSet.cxx,v 1.26 2006-12-13 00:32:17 stephena Exp $ //============================================================================ #include @@ -121,9 +121,9 @@ void PropertiesSet::getMD5(const string& md5, Properties& properties, // Reset TIA positioning to defaults if option is enabled if(myOSystem->settings().getBool("tiadefaults")) { - properties.set(Display_XStart, Properties::ourDefaultProperties[Display_XStart]); +// properties.set(Display_XStart, Properties::ourDefaultProperties[Display_XStart]); properties.set(Display_Width, Properties::ourDefaultProperties[Display_Width]); - properties.set(Display_YStart, Properties::ourDefaultProperties[Display_YStart]); +// properties.set(Display_YStart, Properties::ourDefaultProperties[Display_YStart]); properties.set(Display_Height, Properties::ourDefaultProperties[Display_Height]); } }