Skip to content

Commit

Permalink
Difficulté de SI augmente plus vite
Browse files Browse the repository at this point in the history
  • Loading branch information
Hindi committed Feb 10, 2015
1 parent d0e026a commit ed332b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/Game specific/SpaceInvader/AliensManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void onAlienDeath()
if (deathCount == alienCount)
{
EventManager<bool>.Raise(EnumEvent.RESTARTGAME, true);
victoryCount++;
victoryCount += 2;
}
}

Expand Down

0 comments on commit ed332b1

Please sign in to comment.