From: Rudolf Polzer Date: Sun, 25 Jul 2010 15:16:46 +0000 (+0200) Subject: argh :P 20 was intentional X-Git-Tag: xonotic-v0.5.0~245^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b515a4a7094ae26ce17ba8a7b380818426ac1b46;p=xonotic%2Fnetradiant.git argh :P 20 was intentional --- diff --git a/contrib/brushexport/export.cpp b/contrib/brushexport/export.cpp index c406f198..0407432e 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