diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-31 11:01:38 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-31 11:01:38 +0300 |
| commit | cd9c24c878501f4d2b74facf94c4212886dc4e1e (patch) | |
| tree | 447405ded3cc39cb104cd3cb188be050d69f934f /Software/Visual_Studio/Tango.Emulations | |
| parent | 4d966a4106f913777823f758db1e4a17d7e2b7db (diff) | |
| download | Tango-cd9c24c878501f4d2b74facf94c4212886dc4e1e.tar.gz Tango-cd9c24c878501f4d2b74facf94c4212886dc4e1e.zip | |
Air dryer fixed.
Diffstat (limited to 'Software/Visual_Studio/Tango.Emulations')
| -rw-r--r-- | Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs index bdf915869..7562668d5 100644 --- a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs +++ b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs @@ -597,6 +597,10 @@ namespace Tango.Emulations.Emulators { airDryer++; } + else + { + airDryer = 0; + } res.Monitors.EuSpare1.Add(airDryer); |
