Skip to content

Commit

Permalink
Doors added
Browse files Browse the repository at this point in the history
  • Loading branch information
WarLord211 committed Sep 29, 2018
1 parent 838d292 commit 4e16d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/DCS-BIOS/lib/UH1H.lua
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ defineIndicatorLight("X130_ARMED", 458, "Armament Panel", "X130 Armed Lamp")
defineFloat("SIGHTS_FOR_CIVIL", 473, {0, 1}, "WTF", "SIGHTS_FOR_CIVIL / controllers.Civil_Heli")

--Doors
defineToggleSwitch("DOOR_L-PTR", 12, 3005, 419, "Doors", "Door Left")
defineToggleSwitch("DOOR_R-PTR", 12, 3006, 421, "Doors", "Door Right")
definePushButton("DOOR_L-PTR", 12, 3005, 419, "Doors", "Door Left")
definePushButton("DOOR_R-PTR", 12, 3006, 421, "Doors", "Door Right")

BIOS.protocol.endModule()

0 comments on commit 4e16d2c

Please sign in to comment.