Matt McLeish - 2009-12-17

In a little cleaner format, with added details:

Line 2155 in playsave.cpp

Was:
Ln 2155 - networkData.nNetLifeKills =
Ln 2156 - networkData.nNetLifeKills = 0

Now is:
networkData.nNetLifeKills = networkData.nNetLifeKills;
networkData.nNetLifeKilled = networkData.nNetLifeKilled;

Lines 2158 and 2159 have been commented out. They were the lines that displayed an error message, and a command that reset the stats.