diff --git a/src/BizHawk.Client.Common/tools/Watch/PreviousType.cs b/src/BizHawk.Client.Common/tools/Watch/PreviousType.cs index 2c65a5a322..6f08ebd199 100644 --- a/src/BizHawk.Client.Common/tools/Watch/PreviousType.cs +++ b/src/BizHawk.Client.Common/tools/Watch/PreviousType.cs @@ -2,8 +2,8 @@ { public enum PreviousType { - Original, - LastFrame, - LastChange, + Original = 0, + LastFrame = 2, + LastChange = 3, } }