Watch.cs - an remove an int cast I missed when converting domain size to long

This commit is contained in:
adelikat 2015-01-19 02:58:18 +00:00
parent 5462e16b91
commit 4c47ef2f3f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}