This commit is contained in:
louis 2016-07-31 07:19:05 +02:00
parent 6b77310d70
commit 49fbf2c00e
1 changed files with 1 additions and 3 deletions

View File

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