View Single Post
Old 09-15-2008, 12:52 AM   #6 (permalink)
Soteric
Forum Expert
 
Soteric's Avatar
 
Join Date: Aug 2006
Location: Russia, Rostov-on-Don
Posts: 1,674
Send a message via ICQ to Soteric
Default

So you've added these lines:
Code:
m_Wins = reader.ReadInt();
m_Loses = reader.ReadInt();
...
writer.Write((int)m_Wins);
writer.Write((int)m_Loses);
And now it doesn't start?
Soteric is offline   Reply With Quote