Remove newlines from Com_Error calls, patch by DevHC
This commit is contained in:
parent
4cfb7d376b
commit
4b9ab42c2c
12 changed files with 38 additions and 38 deletions
|
@ -1096,7 +1096,7 @@ static void ComputeTexCoords( shaderStage_t *pStage ) {
|
|||
break;
|
||||
|
||||
default:
|
||||
ri.Error( ERR_DROP, "ERROR: unknown texmod '%d' in shader '%s'\n", pStage->bundle[b].texMods[tm].type, tess.shader->name );
|
||||
ri.Error( ERR_DROP, "ERROR: unknown texmod '%d' in shader '%s'", pStage->bundle[b].texMods[tm].type, tess.shader->name );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue