1
0
Fork 0

Set RWY_YELLOW_PULSE_LIGHTS as name for blinking hold-short lights.

Support for this is coming in SG and fgdata
This commit is contained in:
Christian Schmitt 2012-03-30 19:14:53 +02:00
parent 7424139772
commit 01814b3e3e

View file

@ -25,7 +25,7 @@ void LinearFeature::ConvertContour( BezContour* src, bool closed )
Point3D cp2; Point3D cp2;
int curve_type = CURVE_LINEAR; int curve_type = CURVE_LINEAR;
double total_dist, linear_dist; double total_dist;
double meter_dist = 1.0f/96560.64f; double meter_dist = 1.0f/96560.64f;
double theta1, theta2; double theta1, theta2;
int num_segs = BEZIER_DETAIL; int num_segs = BEZIER_DETAIL;
@ -811,8 +811,8 @@ int LinearFeature::Finish( bool closed, unsigned int idx )
break; break;
case LF_UNIDIR_CLOSE_AMBER_PULSE: case LF_UNIDIR_CLOSE_AMBER_PULSE:
material = "RWY_YELLOW_LIGHTS"; material = "RWY_YELLOW_PULSE_LIGHTS";
light_delta = 4.0f; light_delta = 1.0f;
break; break;
case LF_BIDIR_GREEN_AMBER: case LF_BIDIR_GREEN_AMBER: