Set lastchange to Value in Watch's explicit value constructor to match the change to prev.

This commit is contained in:
brandman211 2012-06-10 19:33:11 +00:00
parent a2a98415bf
commit 7d23581764
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ namespace BizHawk.MultiClient
notes = Notes; notes = Notes;
changecount = 0; changecount = 0;
prev = Value; prev = Value;
original = value; original = Value;
lastchange = 0; lastchange = Value;
lastsearch = value; lastsearch = Value;
} }
public int address { get; set; } public int address { get; set; }
public int value { get; set; } //Current value public int value { get; set; } //Current value