Fix starfield regression.

This commit is contained in:
Christian Speckner 2019-03-31 22:08:37 +02:00
parent 2bb633800c
commit b289232002
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ class Ball : public Serializable
}
}
void tick(bool isReceivingMclock = false)
void tick(bool isReceivingMclock = true)
{
if(myUseInvertedPhaseClock && myInvertedPhaseClock)
{

View File

@ -87,7 +87,7 @@ class Missile : public Serializable
}
}
void tick(uInt8 hclock, bool isReceivingMclock = false)
void tick(uInt8 hclock, bool isReceivingMclock = true)
{
if(myUseInvertedPhaseClock && myInvertedPhaseClock)
{