diff --git a/Shared/Player.cs b/Shared/Player.cs index 1ce9b1d..2675865 100644 --- a/Shared/Player.cs +++ b/Shared/Player.cs @@ -39,7 +39,7 @@ namespace SemiColinGames { private Pose pose = Pose.Jumping; private double swordSwingTime = 0; private int swordSwingNum = 0; - private int swordSwingMax = 6; + private const int swordSwingMax = 6; private float ySpeed = 0; public Player(Texture2D texture) {