colorsRGB = qfalse;
Sys_Printf( "Colors are linear\n" );
}
+ else if( !strcmp( argv[ i ], "-nosRGB" ) )
+ {
+ texturesRGB = qfalse;
+ Sys_Printf( "Textures are linear\n" );
+ colorsRGB = qfalse;
+ Sys_Printf( "Colors are linear\n" );
+ }
else if( !strcmp( argv[ i ], "-altsplit" ) )
{
Sys_Printf( "Alternate BSP splitting (by 27) enabled\n" );
Sys_Printf( "Colors are linear\n" );
}
+ else if( !strcmp( argv[ i ], "-nosRGB" ) )
+ {
+ lightmapsRGB = qtrue;
+ Sys_Printf( "Lighting is linear\n" );
+ texturesRGB = qtrue;
+ Sys_Printf( "Textures are linear\n" );
+ colorsRGB = qtrue;
+ Sys_Printf( "Colors are linear\n" );
+ }
+
else if( !strcmp( argv[ i ], "-exposure" ) )
{
f = atof( argv[ i + 1 ] );