- reformatting for easier search.
This commit is contained in:
parent
e754fae0a8
commit
d24aa5dec9
69 changed files with 202 additions and 170 deletions
|
|
@ -84,7 +84,7 @@ DFloor::DFloor ()
|
|||
{
|
||||
}
|
||||
|
||||
void DFloor::Serialize (FArchive &arc)
|
||||
void DFloor::Serialize(FArchive &arc)
|
||||
{
|
||||
Super::Serialize (arc);
|
||||
arc << m_Type
|
||||
|
|
@ -855,7 +855,7 @@ DElevator::DElevator (sector_t *sec)
|
|||
m_Interp_Ceiling = sec->SetInterpolation(sector_t::CeilingMove, true);
|
||||
}
|
||||
|
||||
void DElevator::Serialize (FArchive &arc)
|
||||
void DElevator::Serialize(FArchive &arc)
|
||||
{
|
||||
Super::Serialize (arc);
|
||||
arc << m_Type
|
||||
|
|
@ -1136,7 +1136,7 @@ DWaggleBase::DWaggleBase ()
|
|||
{
|
||||
}
|
||||
|
||||
void DWaggleBase::Serialize (FArchive &arc)
|
||||
void DWaggleBase::Serialize(FArchive &arc)
|
||||
{
|
||||
Super::Serialize (arc);
|
||||
arc << m_OriginalDist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue