On 11/29/06, JoeHill <joehill at sympatico.ca> wrote:
> Using 4/4/4 Color bits, 16 depth, 0 stencil display.
There might be a small bug in unix/sdl_glimp.c, somewhere around line 660:
sdlcolorbits = 4;
if (tcolorbits == 24)
sdlcolorbits = 8;
The comparison should be >= instead of == because tcolorbits can be 32.