1
0

Removed unused code

This commit is contained in:
Tiger Wang
2014-08-29 13:44:01 +01:00
parent fca5a01145
commit 114b14faad
3 changed files with 1 additions and 3 deletions

View File

@@ -55,7 +55,6 @@ void cItemFrame::KilledBy(TakeDamageInfo & a_TDI)
{
if (m_Item.IsEmpty())
{
SetHealth(0);
super::KilledBy(a_TDI);
Destroy();
return;