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
@@ -6796,7 +6796,7 @@ XS(XS_Mob_ProjectileAnim)
{
Mob * THIS;
Mob* mob;
uint16 item_id = (uint16)SvUV(ST(2));
int item_id = SvUV(ST(2));
bool IsArrow = false;
float speed = 0;
float angle = 0;