From 3f2302ce628607ef4dd25b7acad76ebb8d9ee36a Mon Sep 17 00:00:00 2001 From: Eukara Date: Wed, 5 Dec 2018 19:34:14 +0000 Subject: [PATCH] Updated FreeCS config to define BMP support which is very much necessary git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5356 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/config_freecs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/config_freecs.h b/engine/common/config_freecs.h index 6033bd55c..8b82aea18 100644 --- a/engine/common/config_freecs.h +++ b/engine/common/config_freecs.h @@ -104,7 +104,7 @@ #undef IMAGEFMT_PKM #undef IMAGEFMT_DDS //.dds files embed mipmaps and texture compression. faster to load. #undef IMAGEFMT_BLP //legacy crap -#undef IMAGEFMT_BMP //legacy crap +#define IMAGEFMT_BMP //legacy crap #undef IMAGEFMT_PCX //legacy crap #undef DECOMPRESS_ETC2 #undef DECOMPRESS_RGTC