mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-12 08:08:02 +00:00
utils: mdldec: qc.c: add missing quotes.
This commit is contained in:
parent
877ed8a92a
commit
d8f3e53b1f
@ -257,7 +257,7 @@ static void WriteSkinFamilyInfo( FILE *fp )
|
|||||||
|
|
||||||
fprintf( fp, "// %i skin families\n", texture_hdr->numskinfamilies );
|
fprintf( fp, "// %i skin families\n", texture_hdr->numskinfamilies );
|
||||||
|
|
||||||
fputs( "$texturegroup skinfamilies \n{\n", fp );
|
fputs( "$texturegroup \"skinfamilies\"\n{\n", fp );
|
||||||
|
|
||||||
skinref = (short *)( (byte *)texture_hdr + texture_hdr->skinindex );
|
skinref = (short *)( (byte *)texture_hdr + texture_hdr->skinindex );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user