mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-26 04:12:34 +01:00
- fix traffic light reflection
This commit is contained in:
parent
a19b1fbf2f
commit
907982e82f
@ -2368,9 +2368,11 @@ void AddTrafficLight(CELL_OBJECT *cop, int x, int y, int z, int flag, int yang)
|
||||
|
||||
if (gNight)
|
||||
ShowFlare(&v1, &a, 150, lDiffAnglesX + lDiffAnglesY + v1.vx + v1.vz >> 3 & 0x1ffe);
|
||||
|
||||
DisplayLightReflections(&v2, &a, 50, &lightref_texture);
|
||||
}
|
||||
|
||||
DisplayLightReflections(&v2, &a, 50, &lightref_texture);
|
||||
|
||||
LightSortCorrect = -10;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user