Fixed compilation on VC2008
This commit is contained in:
parent
26586fdb92
commit
d59a0156ce
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user