mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 15:47:55 +00:00
utils: mdldec: qc.c: always put $flags keyword with value.
This commit is contained in:
parent
a205a3e878
commit
a575605c75
@ -610,12 +610,7 @@ void WriteQCScript( void )
|
||||
if( !model_hdr->numtextures )
|
||||
fputs( "$externaltextures\n", fp );
|
||||
|
||||
if( model_hdr->flags != 0 )
|
||||
{
|
||||
fprintf( fp, "$flags %i\n", model_hdr->flags );
|
||||
|
||||
printf( "WARNING: This model uses the $flags keyword set to %i\n", model_hdr->flags );
|
||||
}
|
||||
fprintf( fp, "$flags %i\n", model_hdr->flags );
|
||||
|
||||
fputs( "\n", fp );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user