mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 11:19:19 +02:00
added headlights dimming switch, removed obsolete sub-model from dynamic object class
This commit is contained in:
@@ -1043,9 +1043,12 @@ void Global::InitKeys()
|
||||
Keys[k_PantRearDown] = 'O';
|
||||
// Winger 020304 - ogrzewanie
|
||||
Keys[k_Heating] = 'H';
|
||||
// headlights
|
||||
Keys[k_LeftSign] = 'Y';
|
||||
Keys[k_UpperSign] = 'U';
|
||||
Keys[k_RightSign] = 'I';
|
||||
Keys[k_DimHeadlights] = 'L';
|
||||
// tail lights
|
||||
Keys[k_EndSign] = 'T';
|
||||
|
||||
Keys[k_SmallCompressor] = 'V';
|
||||
|
||||
Reference in New Issue
Block a user