RigsOfRods / rigs-of-rods

Main development repository for Rigs of Rods soft-body physics simulator
https://www.rigsofrods.org
GNU General Public License v3.0
991 stars 175 forks source link

Fixed light toggle behavior #3104

Closed CuriousMike56 closed 7 months ago

CuriousMike56 commented 7 months ago

Introduced by me in https://github.com/RigsOfRods/rigs-of-rods/commit/d7474e5cf4f6982e305143a333a782d090fcdb0b

COMMON_TOGGLE_TRUCK_LIGHTS was replaced with COMMON_CYCLE_TRUCK_LIGHTS, the correct event name is actually COMMON_TOGGLE_TRUCK_LOW_BEAMS. This caused lights to toggle in unexpected ways.

Thanks @MarkROR for bringing this to my attention.