Watch.cs - an remove an int cast I missed when converting domain size to long
This commit is contained in:
parent
5462e16b91
commit
4c47ef2f3f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue