mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Fix compilation error (badly assigned variable)
This commit is contained in:
@@ -8617,7 +8617,7 @@ TMoverParameters::update_doors( double const Deltatime ) {
|
||||
|
||||
Doors.is_locked =
|
||||
( true == Doors.has_lock )
|
||||
&& ( true == Doors.lock_enabled ) && (Vel >= doorLockSpeed);
|
||||
&& ( true == Doors.lock_enabled ) && (Vel >= Doors.doorLockSpeed);
|
||||
|
||||
for( auto &door : Doors.instances ) {
|
||||
// revoke permit if...
|
||||
|
||||
Reference in New Issue
Block a user