mirror of https://github.com/stella-emu/stella.git
Fix iniital player width --- fixes Yar's revenge.
This commit is contained in:
parent
400b333386
commit
f360e7fba2
|
@ -42,7 +42,7 @@ void Player::reset()
|
||||||
myHmmClocks = 0;
|
myHmmClocks = 0;
|
||||||
myCounter = 0;
|
myCounter = 0;
|
||||||
myIsMoving = false;
|
myIsMoving = false;
|
||||||
myWidth = 1;
|
myWidth = 8;
|
||||||
myIsRendering = false;
|
myIsRendering = false;
|
||||||
myRenderCounter = 0;
|
myRenderCounter = 0;
|
||||||
myPatternOld = 0;
|
myPatternOld = 0;
|
||||||
|
|
Loading…
Reference in New Issue