1
0
Fork 0

Fixed compilation on VC2008

This commit is contained in:
tonibm19 2014-01-22 16:58:25 +01:00
parent 26586fdb92
commit d59a0156ce
1 changed files with 1 additions and 0 deletions

View File

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