Fix uninitialized value.

This commit is contained in:
Christian Speckner 2016-11-26 15:36:43 +01:00
parent 4fd2c71510
commit 34810ab25e
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ void Ball::reset()
myEnabledOld = false;
myEnabledNew = false;
myEnabled = false;
myIsDelaying = false;
myHmmClocks = 0;
myCounter = 0;
myIsMoving = false;