- fixed parameter name change

This commit is contained in:
Bryce Denney 2001-06-21 14:41:02 +00:00
parent e9d8fc0738
commit 63398b6ca4

View File

@ -324,7 +324,7 @@ void bx_gui_c::specific_init(bx_gui_c *th, int argc, char **argv, unsigned
// the emulated CPU runs, and it hogs the real CPU
SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_BELOW_NORMAL);
if (bx_options.private_colormap)
if (bx_options.Oprivate_colormap->get ())
BX_INFO(( "private_colormap option ignored."));
}