allow disabling the frame dimensions warning
This commit is contained in:
@@ -337,7 +337,7 @@ apply_color_key:
|
|||||||
fBetterFrameWidth, fBetterFrameHeight );
|
fBetterFrameWidth, fBetterFrameHeight );
|
||||||
LOG->Warn( sWarning );
|
LOG->Warn( sWarning );
|
||||||
if( DISPLAY->IsWindowed() )
|
if( DISPLAY->IsWindowed() )
|
||||||
HOOKS->MessageBoxOK( sWarning );
|
HOOKS->MessageBoxOK( sWarning, "FRAME_DIMENSIONS_WARNING" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user