Commit e4cecdb1 authored by SherryChaos's avatar SherryChaos

bug fix

parent 58388b96
...@@ -822,14 +822,13 @@ namespace Percy ...@@ -822,14 +822,13 @@ namespace Percy
Move(2); Move(2);
break; break;
case GameMessage.Move: case GameMessage.Move:
//var raw = currentReader.ReadBytes(16); var raw = currentReader.ReadBytes(16);
//int pc = raw[4]; int pc = raw[4];
//int pl = raw[5]; int pl = raw[5];
//int cc = raw[8]; int cc = raw[8];
//int cl = raw[9]; int cl = raw[9];
//int cs = raw[10]; int cs = raw[10];
//int cp = raw[11]; int cp = raw[11];
//if (!Convert.ToBoolean(cl & ((int)CardLocation.Grave + (int)CardLocation.Overlay)) && //if (!Convert.ToBoolean(cl & ((int)CardLocation.Grave + (int)CardLocation.Overlay)) &&
// Convert.ToBoolean(cl & ((int)CardLocation.Deck + (int)CardLocation.Hand)) // Convert.ToBoolean(cl & ((int)CardLocation.Deck + (int)CardLocation.Hand))
...@@ -840,7 +839,7 @@ namespace Percy ...@@ -840,7 +839,7 @@ namespace Percy
// raw[2] = 0; // raw[2] = 0;
// raw[3] = 0; // raw[3] = 0;
//} //}
//currentWriter.Write(raw); currentWriter.Write(raw);
break; break;
case GameMessage.PosChange: case GameMessage.PosChange:
Move(9); Move(9);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment