X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2F3dengfx%2Fsrc%2F3dengfx%2F3denginefx.cpp;h=e2333f215642cd30c7c1d31d5568e91c209ecc20;hb=2bafc8bc0e6f591e64b93c5f0f6771cbd5a39d4f;hp=804eb5647717e30a57cfb1d7eafed17cc780c434;hpb=024e6f9e1a39a9617a737448b60b3ea95d513203;p=summerhack diff --git a/src/3dengfx/src/3dengfx/3denginefx.cpp b/src/3dengfx/src/3dengfx/3denginefx.cpp index 804eb56..e2333f2 100644 --- a/src/3dengfx/src/3dengfx/3denginefx.cpp +++ b/src/3dengfx/src/3dengfx/3denginefx.cpp @@ -214,7 +214,7 @@ GraphicsInitParameters *load_graphics_context_config(const char *fname) { if(cfgopt->flags & CFGOPT_INT) { gip.depth_bits = cfgopt->int_value; } else if(!strcmp(cfgopt->str_value, "dontcare")) { - gip.depth_bits = 32; + gip.depth_bits = 24; gip.dont_care_flags |= DONT_CARE_DEPTH; } else { error("%s: error parsing config file %s", __func__, fname);