En masse NULL -> nullptr replace

This commit is contained in:
Tiger Wang
2014-10-22 20:12:49 -07:00
committed by archshift
parent 2ac3a807b7
commit a26541a7c3
211 changed files with 1767 additions and 1745 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ public:
m_Pos(a_Pos),
m_NextPos(a_NextPos),
m_MinCoeff(1),
m_HitEntity(NULL)
m_HitEntity(nullptr)
{
}
virtual bool Item(cEntity * a_Entity) override