Exported a ton of functions to mob

This commit is contained in:
KimLS
2013-05-18 14:42:54 -07:00
parent 7adcf6d3e5
commit 17954dd8fe
8 changed files with 1153 additions and 40 deletions
+1 -1
View File
@@ -1322,7 +1322,7 @@ void Mob::SendItemAnimation(Mob *to, const Item_Struct *item, SkillType skillInU
safe_delete(outapp);
}
void Mob::ProjectileAnimation(Mob* to, uint16 item_id, bool IsArrow, float speed, float angle, float tilt, float arc) {
void Mob::ProjectileAnimation(Mob* to, int item_id, bool IsArrow, float speed, float angle, float tilt, float arc) {
const Item_Struct* item = nullptr;
uint8 item_type = 0;