From b515a4a7094ae26ce17ba8a7b380818426ac1b46 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 25 Jul 2010 17:16:46 +0200 Subject: [PATCH] argh :P 20 was intentional --- contrib/brushexport/export.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/brushexport/export.cpp b/contrib/brushexport/export.cpp index c406f19..0407432 100644 --- a/contrib/brushexport/export.cpp +++ b/contrib/brushexport/export.cpp @@ -11,8 +11,8 @@ // this is very evil, but right now there is no better way #include "../../radiant/brush.h" -#define MAX_MATERIAL_NAME (64+9-1) -// MAX_QPATH plus "textures/" prefix, allow trailing NUL to fit +// for limNames +#define MAX_MATERIAL_NAME 20 /* Abstract baseclass for modelexporters -- 2.39.2