- reformatting for easier search.

This commit is contained in:
Christoph Oelckers 2016-09-19 10:47:59 +02:00
commit d24aa5dec9
69 changed files with 202 additions and 170 deletions

View file

@ -46,7 +46,7 @@ public:
DScroller (double dx, double dy, const line_t *l, int control, int accel, EScrollPos scrollpos = EScrollPos::scw_all);
void Destroy();
void Serialize (FArchive &arc);
void Serialize(FArchive &arc);
void Tick ();
bool AffectsWall (int wallnum) const { return m_Type == EScroll::sc_side && m_Affectee == wallnum; }
@ -114,7 +114,7 @@ EScrollPos operator &(EScrollPos one, EScrollPos two)
//
//-----------------------------------------------------------------------------
void DScroller::Serialize (FArchive &arc)
void DScroller::Serialize(FArchive &arc)
{
Super::Serialize (arc);
arc << m_Type