utils: mdldec: qc.c: always put $flags keyword with value.

This commit is contained in:
Andrey Akhmichin
2023-10-16 06:18:06 +03:00
committed by Alibek Omarov
parent a205a3e878
commit a575605c75
+1 -6
View File
@@ -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 );