Some work on example games

This commit is contained in:
Ray
2017-04-28 00:29:23 +02:00
parent be40d97954
commit 66320582a3
8 changed files with 8 additions and 21 deletions

View File

@ -490,7 +490,7 @@ void UpdateGameplayScreen(void)
if (monthTimer >= monthChange)
{
if ((currentMonth == 10))
if (currentMonth == 10)
{
clockInitRotation = 225;
clockFinalRotation = clockInitRotation + 90;