Allow <16-bit depth in options GUI too

This commit is contained in:
Chris Young 2012-08-04 15:53:19 +01:00
parent da4968b8e0
commit 5f8d9e25ab
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ void ami_gui_opts_open(void)
GA_RelVerify, TRUE,
GA_Disabled,screenmodedisabled,
GETSCREENMODE_DisplayID,screenmodeid,
GETSCREENMODE_MinDepth, 16,
GETSCREENMODE_MinDepth, 0,
GETSCREENMODE_MaxDepth, 32,
GetScreenModeEnd,
LAYOUT_AddChild, gow->objects[GID_OPTS_SCREENNAME] = StringObject,