diff --git a/src/engine/renderer/tr_bsp.cpp b/src/engine/renderer/tr_bsp.cpp index 2f25cc9b37..171b9ad6b7 100644 --- a/src/engine/renderer/tr_bsp.cpp +++ b/src/engine/renderer/tr_bsp.cpp @@ -4356,7 +4356,7 @@ void R_LoadEntities( lump_t *l, std::string &externalEntities ) } // check for ambient color - else if ( !Q_stricmp( keyname, "_color" ) || !Q_stricmp( keyname, "ambientColor" ) ) + else if ( !Q_stricmp( keyname, "ambientColor" ) ) { if ( r_forceAmbient.Get() == -1 ) { sscanf( value, "%f %f %f", &tr.ambientLight[0], &tr.ambientLight[1],