From 7d23581764ae10d46721e15179616bad3a94c3a0 Mon Sep 17 00:00:00 2001 From: brandman211 Date: Sun, 10 Jun 2012 19:33:11 +0000 Subject: [PATCH] Set lastchange to Value in Watch's explicit value constructor to match the change to prev. --- BizHawk.MultiClient/tools/Watch.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BizHawk.MultiClient/tools/Watch.cs b/BizHawk.MultiClient/tools/Watch.cs index 35f9c2deca..ba0325f337 100644 --- a/BizHawk.MultiClient/tools/Watch.cs +++ b/BizHawk.MultiClient/tools/Watch.cs @@ -54,9 +54,9 @@ namespace BizHawk.MultiClient notes = Notes; changecount = 0; prev = Value; - original = value; - lastchange = 0; - lastsearch = value; + original = Value; + lastchange = Value; + lastsearch = Value; } public int address { get; set; } public int value { get; set; } //Current value