utils: mdldec: Fix typo.
This commit is contained in:
parent
4bce193645
commit
f2c671d809
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ static void WriteBodyGroupInfo( FILE *fp )
|
||||||
|
|
||||||
COM_FileBase( model->name, modelname );
|
COM_FileBase( model->name, modelname );
|
||||||
|
|
||||||
fprintf( fp, "$body \"%s\" \"%s\"\n\n", bodypart->name, model->name );
|
fprintf( fp, "$body \"%s\" \"%s\"\n\n", bodypart->name, modelname );
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue