oops, didn't check this in

This commit is contained in:
andres.delikat 2011-05-12 21:00:52 +00:00
parent ca457d4ce3
commit f64767d223
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ namespace BizHawk.MultiClient
public void IncrementRerecordCount()
{
rerecordCount++;
Header.UpdateRerecordCount(rerecordCount);
}
}
}