TasStateManager - yes we want to clear

This commit is contained in:
adelikat 2014-08-25 22:04:05 +00:00
parent 79b741b869
commit ed6aeeba45
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ namespace BizHawk.Client.Common
public void Load(BinaryReader br)
{
// ARE WE SUPPOSED TO CLEAR FIRST???
States.Clear();
int nstates = br.ReadInt32();
for (int i = 0; i < nstates; i++)
{