This commit is contained in:
goyuken 2012-10-11 20:05:02 +00:00
parent 99f6bbb8e4
commit 932952ae61
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ namespace BizHawk.MultiClient
if (CurrentState.Length != LastState.Length)
{
writer.Write(true); // full state
writer.Write(CurrentState);
writer.Write(LastState);
}
else
{
@ -99,7 +99,7 @@ namespace BizHawk.MultiClient
if (CurrentState.Length != LastState.Length)
{
writer.Write(true); // full state
writer.Write(CurrentState);
writer.Write(LastState);
}
else
{