allow disabling the frame dimensions warning

This commit is contained in:
Glenn Maynard
2003-07-07 03:55:54 +00:00
parent 63b5dcf6da
commit 736592ca17
+1 -1
View File
@@ -337,7 +337,7 @@ apply_color_key:
fBetterFrameWidth, fBetterFrameHeight );
LOG->Warn( sWarning );
if( DISPLAY->IsWindowed() )
HOOKS->MessageBoxOK( sWarning );
HOOKS->MessageBoxOK( sWarning, "FRAME_DIMENSIONS_WARNING" );
}
}