mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 12:49:18 +02: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 =
|
Doors.is_locked =
|
||||||
( true == Doors.has_lock )
|
( true == Doors.has_lock )
|
||||||
&& ( true == Doors.lock_enabled ) && (Vel >= doorLockSpeed);
|
&& ( true == Doors.lock_enabled ) && (Vel >= Doors.doorLockSpeed);
|
||||||
|
|
||||||
for( auto &door : Doors.instances ) {
|
for( auto &door : Doors.instances ) {
|
||||||
// revoke permit if...
|
// revoke permit if...
|
||||||
|
|||||||
Reference in New Issue
Block a user