diff --git a/BizHawk.Client.Common/tools/Watch.cs b/BizHawk.Client.Common/tools/Watch.cs index 76e2b03eb7..a3f10405b1 100644 --- a/BizHawk.Client.Common/tools/Watch.cs +++ b/BizHawk.Client.Common/tools/Watch.cs @@ -213,7 +213,7 @@ namespace BizHawk.Client.Common protected uint GetDWord() { - if (Global.CheatList.IsActive(_domain, (int)_address)) + if (Global.CheatList.IsActive(_domain, _address)) { return (uint)Global.CheatList.GetCheatValue(_domain, _address, WatchSize.DWord).Value; }