This commit is contained in:
louis 2016-07-31 07:19:05 +02:00
parent 6b77310d70
commit 49fbf2c00e

View File

@ -342,9 +342,7 @@ void cShifter::Reactivate(void) {
finished = false; finished = false;
shiftin = false; shiftin = false;
step = 0; step = 0;
if (start.X() == 0 && start.Y() == 0 && end.X() == 0 && end.Y() == 0) { Init();
Init();
}
} }
void cShifter::SetInitial(void) { void cShifter::SetInitial(void) {