Retransmit support added back in (stupid compile flags), prelim work on lua_client stuff, took out a few redundant or non-working functions

This commit is contained in:
KimLS
2013-05-25 01:08:30 -07:00
parent d25d8187b6
commit 79a9d2112a
17 changed files with 405 additions and 491 deletions
+1
View File
@@ -336,6 +336,7 @@ public:
bool IsMeleeDisabled();
void SetFlurryChance(int value);
int GetFlurryChance();
int GetSkill(int skill_id);
};
#endif