X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FOpenGL_Windows.cpp;h=b68c60bcfd37bc3d4e03960d401d03430aa5ddea;hb=1a0ad4362ed618c1a25508530dfeeb4a0f6ef345;hp=5759ddc15fa40d270e876cca271091b7f05df98f;hpb=c0a6dc9211fd7855250be34151a70ec4bceb5126;p=lugaru.git diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index 5759ddc..b68c60b 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -572,7 +572,6 @@ Boolean SetUp (Game & game) fprintf(stderr, "Failed to load config, creating default\n"); SaveSettings(game); } - if(kBitsPerPixel!=32&&kBitsPerPixel!=16){ kBitsPerPixel=16; }