mirror of https://github.com/stella-emu/stella.git
Tweak immediate ball rendering after RESBL -> fixes Keystone Kappers
This commit is contained in:
parent
17c0007c51
commit
f66a61f3b7
|
@ -74,7 +74,7 @@ void Ball::resbl(uInt8 counter)
|
||||||
myCounter = counter;
|
myCounter = counter;
|
||||||
|
|
||||||
myIsRendering = true;
|
myIsRendering = true;
|
||||||
myRenderCounter = Count::renderCounterOffset;
|
myRenderCounter = Count::renderCounterOffset + (counter - 157);
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
Loading…
Reference in New Issue