From 6326d841955acf122c283d485b5cc5e69310d61e Mon Sep 17 00:00:00 2001 From: "Timothee \"TTimo\" Besset" Date: Sat, 6 Jul 2013 18:38:39 -0500 Subject: [PATCH] bump the number of texture directories, 128 -> 1024. issue #186 --- radiant/qe3.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/radiant/qe3.h b/radiant/qe3.h index 101dc62..61c0096 100644 --- a/radiant/qe3.h +++ b/radiant/qe3.h @@ -688,8 +688,7 @@ extern qboolean g_bShowAllShaders; // // texwindow.cpp // -//++timo TODO: we can probably raise the MAX_TEXTUREDIRS limit? -#define MAX_TEXTUREDIRS 256 +#define MAX_TEXTUREDIRS 1024 extern CPtrArray g_lstSkinCache; qtexture_t *QERApp_LoadTextureRGBA( unsigned char* pPixels, int nWidth, int nHeight );