mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Sanding works only when direction is set
This commit is contained in:
committed by
tmj-fstate
parent
26b077653d
commit
5e95d3ee50
@@ -2714,7 +2714,7 @@ bool TMoverParameters::Sandbox( bool const State, range_t const Notify )
|
||||
if( SandDose != State ) {
|
||||
if( SandDose == false ) {
|
||||
// switch on
|
||||
if( Sand > 0 ) {
|
||||
if(( Sand > 0 ) && ( DirActive != 0 )) {
|
||||
SandDose = true;
|
||||
result = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user