diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index cd078af3ca..12b252c6c5 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -1381,7 +1381,7 @@ static void SetDefaultEditorNoteSkin( size_t num, RString &sNameOut, RString &de sNameOut = ssprintf( "EditorNoteSkinP%d", int(num + 1) ); // XXX: We need more supported noteskins. - defaultValueOut = "default"; + defaultValueOut = "cel"; } static Preference1D EDITOR_NOTE_SKINS( SetDefaultEditorNoteSkin, NUM_PLAYERS );