Tweak immediate ball rendering after RESBL -> fixes Keystone Kappers

This commit is contained in:
Christian Speckner 2016-12-19 01:05:42 +01:00
parent 17c0007c51
commit f66a61f3b7
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ void Ball::resbl(uInt8 counter)
myCounter = counter;
myIsRendering = true;
myRenderCounter = Count::renderCounterOffset;
myRenderCounter = Count::renderCounterOffset + (counter - 157);
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -