Merge pull request #574 from tonibm19/patch-1
Fixed compilation on VC2008
This commit is contained in:
commit
bcda30526d
@ -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