16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 04:19:19 +02:00

compartment lighting vehicle subsystem, submodel diffuse impact on ambient lighting, minor gfx renderer bug fixes, minor ai logic tweaks

This commit is contained in:
tmj-fstate
2020-03-01 03:09:55 +01:00
parent e4502217e5
commit 642b8fb623
26 changed files with 485 additions and 130 deletions

View File

@@ -106,6 +106,10 @@ std::unordered_map<user_command, std::pair<user_command, user_command>> commandf
{ user_command::linebreakerclose, { user_command::linebreakertoggle, user_command::none } },
{ user_command::pantographlowerfront, { user_command::pantographtogglefront, user_command::none } },
{ user_command::pantographlowerrear, { user_command::pantographtogglerear, user_command::none } },
{ user_command::compartmentlightsenable, { user_command::compartmentlightstoggle, user_command::none } },
{ user_command::compartmentlightsdisable, { user_command::compartmentlightstoggle, user_command::none } },
{ user_command::batteryenable, { user_command::batterytoggle, user_command::none } },
{ user_command::batterydisable, { user_command::batterytoggle, user_command::none } },
};
std::pair<user_command, user_command>