1
0

Tailored death messages

This commit is contained in:
Tiger Wang
2014-07-04 10:55:09 +01:00
parent 39fff19955
commit a0d2df9327
20 changed files with 61 additions and 40 deletions

View File

@@ -103,9 +103,9 @@ void cWither::GetDrops(cItems & a_Drops, cEntity * a_Killer)
void cWither::KilledBy(cEntity * a_Killer)
void cWither::KilledBy(TakeDamageInfo & a_TDI)
{
super::KilledBy(a_Killer);
super::KilledBy(a_TDI);
class cPlayerCallback : public cPlayerListCallback
{