oops, fix freezing of addresses from Ram Search and Ram Watch

This commit is contained in:
adelikat 2013-10-13 16:05:28 +00:00
parent e1a81d1716
commit a41f192aa0
1 changed files with 4 additions and 1 deletions

View File

@ -72,7 +72,10 @@ namespace BizHawk.MultiClient
{
if (!watch.IsSeparator)
{
Cheat cheat = new Cheat(watch, watch.Value.Value, compare: null, enabled: true);
Global.CheatList.Add(
new Cheat(watch, watch.Value.Value, compare: null, enabled: true)
);
}
}