mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 12:32:34 +00:00
- forgot to save p_user.cpp before committing.
SVN r528 (trunk)
This commit is contained in:
parent
12c122a7dd
commit
15e473f729
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue