Removes default value initializers

This commit is contained in:
Kamron Batman 2018-09-14 15:13:14 -07:00
parent ff26dfa375
commit f0a48ad431
19 changed files with 37 additions and 37 deletions

View file

@ -927,9 +927,9 @@ namespace Server.Engines.ConPVP
}
private bool m_Capturable = true;
private Timer m_CaptureTimer = null;
private Timer m_UncaptureTimer = null;
private int m_CapStage = 0;
private Timer m_CaptureTimer;
private Timer m_UncaptureTimer;
private int m_CapStage;
public void Dominate( DDWayPoint point, Mobile from, DDTeamInfo team )
{