From 3bf90000bc43b23cf616e0f9dbbeb8e857f93481 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 4 Nov 2009 02:49:39 +0000 Subject: [PATCH] default to showing backgrounds in editor --- stepmania/src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 135decd966..088d450c6d 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -40,7 +40,7 @@ */ static Preference g_iDefaultRecordLength( "DefaultRecordLength", 4 ); -static Preference g_bEditorShowBGChangesPlay( "EditorShowBGChangesPlay", false ); +static Preference g_bEditorShowBGChangesPlay( "EditorShowBGChangesPlay", true ); // // Defines specific to ScreenEdit