mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 200913. sound category volume modifiers, debug panel settings section, minor bug fixes
This commit is contained in:
@@ -8296,7 +8296,7 @@ TMoverParameters::update_doors( double const Deltatime ) {
|
||||
|
||||
auto const ispowered { (
|
||||
Doors.voltage == 0 ? true :
|
||||
Doors.voltage == 24 ? Power24vIsAvailable :
|
||||
Doors.voltage == 24 ? ( Power24vIsAvailable || Power110vIsAvailable ) :
|
||||
Doors.voltage == 110 ? Power110vIsAvailable :
|
||||
false ) };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user