fix the build

This commit is contained in:
Garux
2021-01-16 15:10:59 +03:00
parent fafa271a46
commit 13524d59ef
44 changed files with 222 additions and 189 deletions

View File

@@ -106,14 +106,14 @@ void FindShaderFiles( char *filename ){
char linebuffer[1024];
int len, i;
char *buf;
char *diffuseExtensions[] =
const char *diffuseExtensions[] =
{
".TGA",
".WAL",
".PCX",
0
};
char *otherExtensions[] =
const char *otherExtensions[] =
{
".specular.TGA",
".blend.TGA",