build 200913. sound category volume modifiers, debug panel settings section, minor bug fixes

This commit is contained in:
tmj-fstate
2020-09-13 18:20:06 +02:00
parent 1ac0e8a16a
commit ac1253826f
10 changed files with 100 additions and 33 deletions

View File

@@ -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 ) };