don't crash if SCREENMAN isn't up (this should probably be done
by the caller)
This commit is contained in:
@@ -214,7 +214,8 @@ void StepMania::ApplyGraphicOptions()
|
|||||||
TEXTUREMAN->ReloadAll();
|
TEXTUREMAN->ReloadAll();
|
||||||
|
|
||||||
StoreActualGraphicOptions();
|
StoreActualGraphicOptions();
|
||||||
SCREENMAN->SystemMessage( GetActualGraphicOptionsString() );
|
if( SCREENMAN )
|
||||||
|
SCREENMAN->SystemMessage( GetActualGraphicOptionsString() );
|
||||||
|
|
||||||
/* Give the input handlers a chance to re-open devices as necessary. */
|
/* Give the input handlers a chance to re-open devices as necessary. */
|
||||||
INPUTMAN->WindowReset();
|
INPUTMAN->WindowReset();
|
||||||
|
|||||||
Reference in New Issue
Block a user