- reformatting for easier search.
This commit is contained in:
parent
e754fae0a8
commit
d24aa5dec9
69 changed files with 202 additions and 170 deletions
|
|
@ -631,7 +631,7 @@ END_POINTERS
|
|||
|
||||
IMPLEMENT_CLASS (APlayerChunk)
|
||||
|
||||
void APlayerPawn::Serialize (FArchive &arc)
|
||||
void APlayerPawn::Serialize(FArchive &arc)
|
||||
{
|
||||
Super::Serialize (arc);
|
||||
|
||||
|
|
@ -3001,7 +3001,7 @@ void P_UnPredictPlayer ()
|
|||
}
|
||||
}
|
||||
|
||||
void player_t::Serialize (FArchive &arc)
|
||||
void player_t::Serialize(FArchive &arc)
|
||||
{
|
||||
int i;
|
||||
FString skinname;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue