Remove a few name tags
This commit is contained in:
parent
2da0fd6de8
commit
d201443350
9 changed files with 12 additions and 23 deletions
|
@ -91,7 +91,6 @@ void R_AddPolygonSurfaces( void ) {
|
|||
int i;
|
||||
shader_t *sh;
|
||||
srfPoly_t *poly;
|
||||
// JBravo: Fog fixes
|
||||
int fogMask;
|
||||
|
||||
tr.currentEntityNum = REFENTITYNUM_WORLD;
|
||||
|
@ -202,7 +201,6 @@ RE_AddRefEntityToScene
|
|||
=====================
|
||||
*/
|
||||
void RE_AddRefEntityToScene( const refEntity_t *ent ) {
|
||||
// JBravo: Mirrored models
|
||||
vec3_t cross;
|
||||
|
||||
if ( !tr.registered ) {
|
||||
|
@ -227,7 +225,6 @@ void RE_AddRefEntityToScene( const refEntity_t *ent ) {
|
|||
backEndData->entities[r_numentities].e = *ent;
|
||||
backEndData->entities[r_numentities].lightingCalculated = qfalse;
|
||||
|
||||
// JBravo: Mirrored models
|
||||
CrossProduct(ent->axis[0], ent->axis[1], cross);
|
||||
backEndData->entities[r_numentities].mirrored = (DotProduct(ent->axis[2], cross) < 0.f);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue