From 186b881f15cd0ee4311472c02ae686d358aa939b Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sat, 10 Jan 2004 18:45:50 +0000 Subject: [PATCH] disabled aspect Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1554 --- src/dosbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dosbox.cpp b/src/dosbox.cpp index 114ac906..e8637e07 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -210,7 +210,7 @@ void DOSBOX_Init(void) { secprop=control->AddSection_prop("render",&RENDER_Init); secprop->Add_int("frameskip",0); secprop->Add_string("snapdir","snaps"); - secprop->Add_bool("aspect",true); + secprop->Add_bool("aspect",false); secprop->Add_string("scaler","normal2x"); MSG_Add("RENDER_CONFIGFILE_HELP", "frameskip -- How many frames dosbox skips before drawing one.\n"