Fix iniital player width --- fixes Yar's revenge.

This commit is contained in:
Christian Speckner 2016-12-09 08:27:31 +01:00
parent 400b333386
commit f360e7fba2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ void Player::reset()
myHmmClocks = 0;
myCounter = 0;
myIsMoving = false;
myWidth = 1;
myWidth = 8;
myIsRendering = false;
myRenderCounter = 0;
myPatternOld = 0;