X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FOpenGL_Windows.cpp;fp=Source%2FOpenGL_Windows.cpp;h=76f9777e402a7860c1399fbed70fa6e733c8683f;hb=f250ee8330a466b35a7ba2975d3d3fed508068c2;hp=8542abff87f700e0e76a190c4142c4708fc149d9;hpb=817c55cc65af032656e0f02f671bd619c6505cb1;p=lugaru.git diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index 8542abf..76f9777 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -567,7 +567,6 @@ Boolean SetUp (Game & game) fprintf(stderr, "Failed to load config, creating default\n"); SaveSettings(game); } - if(kBitsPerPixel!=32&&kBitsPerPixel!=16){ kBitsPerPixel=16; }