* fixed warning

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@277 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
mattn 2008-06-26 11:40:00 +00:00
parent 2aa43067fb
commit 6d10428141
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ static picoModel_t *_ase_load( PM_PARAMS_LOAD )
else if( !_pico_stricmp( p->token, "*material" ) ) else if( !_pico_stricmp( p->token, "*material" ) )
{ {
aseSubMaterial_t* subMaterial = NULL; aseSubMaterial_t* subMaterial = NULL;
picoShader_t *shader; picoShader_t *shader = NULL;
int level = 1, index; int level = 1, index;
char materialName[ 1024 ]; char materialName[ 1024 ];
float transValue = 0.0f, shineValue = 1.0f; float transValue = 0.0f, shineValue = 1.0f;