1
0

Fixed compilation on VC2008

This commit is contained in:
tonibm19 2014-01-22 16:58:25 +01:00
parent 26586fdb92
commit d59a0156ce

View File

@ -862,6 +862,7 @@ void cPlayer::KilledBy(cEntity * a_Killer)
virtual bool Item(cObjective * a_Objective) override virtual bool Item(cObjective * a_Objective) override
{ {
a_Objective->AddScore(m_Name, 1); a_Objective->AddScore(m_Name, 1);
return true;
} }
} IncrementCounter (GetName()); } IncrementCounter (GetName());