From 15e473f729454b3a8193fad7dc1da3b1834ae792 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 1 May 2007 15:13:03 +0000 Subject: [PATCH] - forgot to save p_user.cpp before committing. SVN r528 (trunk) --- src/p_user.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_user.cpp b/src/p_user.cpp index 4acfcbc0f..ceb143c28 100644 --- a/src/p_user.cpp +++ b/src/p_user.cpp @@ -2360,7 +2360,7 @@ void player_s::Serialize (FArchive &arc) << BlendA << accuracy << stamina << LogText - << Powers; + << Powers; for (i = 0; i < MAXPLAYERS; i++) arc << frags[i];