- forgot to save p_user.cpp before committing.

SVN r528 (trunk)
This commit is contained in:
Christoph Oelckers 2007-05-01 15:13:03 +00:00
parent 12c122a7dd
commit 15e473f729

View file

@ -2360,7 +2360,7 @@ void player_s::Serialize (FArchive &arc)
<< BlendA << BlendA
<< accuracy << stamina << accuracy << stamina
<< LogText << LogText
<< Powers; << Powers;
for (i = 0; i < MAXPLAYERS; i++) for (i = 0; i < MAXPLAYERS; i++)
arc << frags[i]; arc << frags[i];