mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-13 19:21:16 +00:00
Remove obsolete full screen forcing
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
This commit is contained in:
parent
14f28494b8
commit
a123716831
@ -205,13 +205,6 @@ bool CConfigApp::ValidateSettings()
|
||||
m_3d_video_ram = TRUE;
|
||||
is_modified = TRUE;
|
||||
}
|
||||
/* Forces full screen whenever m_flip_surfaces is enabled, and it almost always is.
|
||||
/* This isn't relevant to isle-portable, so we can just comment it out.
|
||||
if (!m_full_screen) {
|
||||
m_full_screen = TRUE;
|
||||
is_modified = TRUE;
|
||||
}
|
||||
*/
|
||||
}
|
||||
if ((m_display_bit_depth != 8 && m_display_bit_depth != 16) && (m_display_bit_depth != 0 || m_full_screen)) {
|
||||
m_display_bit_depth = 16;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user