diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index c9609b44ff..279f6e3005 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -676,7 +676,8 @@ RageDisplay *CreateDisplay() * Actually, right now we're falling back. I'm not sure which behavior is better. */ - bool bAppliedDefaults = CheckVideoDefaultSettings(); + //bool bAppliedDefaults = CheckVideoDefaultSettings(); + CheckVideoDefaultSettings(); VideoModeParams params; StepMania::GetPreferredVideoModeParams( params );