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 );