- updated stringlenght for animated texture images in Texture. It used

only the define FILE_MAXFILE, which should be added with FILE_MAXDIR.
- one day these defines should be made more clear, uh!
This commit is contained in:
Ton Roosendaal
2004-01-17 13:54:21 +00:00
parent bd708b1637
commit dab319cfe1

View File

@@ -90,7 +90,7 @@ void init_render_texture(Tex *tex)
Image *ima;
int imanr;
unsigned short numlen;
char name[256], head[FILE_MAXFILE], tail[FILE_MAXFILE];
char name[FILE_MAXDIR+FILE_MAXFILE], head[FILE_MAXDIR+FILE_MAXFILE], tail[FILE_MAXDIR+FILE_MAXFILE];
/* is also used as signal */
tex->nor= NULL;