1
0
Fork 0

Fixed damn empty line with no use

This commit is contained in:
Masy98 2014-12-20 13:04:42 +01:00
parent 7903ee485e
commit 5695649bb9
2 changed files with 1 additions and 5 deletions

View File

@ -32,7 +32,3 @@ void cRabbit::GetDrops(cItems & a_Drops, cEntity * a_Killer)
AddRandomRareDropItem(a_Drops, RareDrops, LootingLevel);
}

View File

@ -21,4 +21,4 @@ public:
virtual const cItem GetFollowedItem(void) const override { return cItem(E_ITEM_CARROT); }
} ;
} ;