aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Emulations/Emulators
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2024-05-31 11:01:38 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2024-05-31 11:01:38 +0300
commitcd9c24c878501f4d2b74facf94c4212886dc4e1e (patch)
tree447405ded3cc39cb104cd3cb188be050d69f934f /Software/Visual_Studio/Tango.Emulations/Emulators
parent4d966a4106f913777823f758db1e4a17d7e2b7db (diff)
downloadTango-cd9c24c878501f4d2b74facf94c4212886dc4e1e.tar.gz
Tango-cd9c24c878501f4d2b74facf94c4212886dc4e1e.zip
Air dryer fixed.
Diffstat (limited to 'Software/Visual_Studio/Tango.Emulations/Emulators')
-rw-r--r--Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs4
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);