Eye of Zomm needed support in OP_ClientUpdate.

This commit is contained in:
Noudess
2019-10-22 10:45:54 -04:00
parent 7eb2e834b1
commit ff59255e63
4 changed files with 28 additions and 4 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ public:
float delta_heading,
int anim,
ClientRange range,
Client* single_client = nullptr
Client* single_client = nullptr,
Client* ignore_client = nullptr
);
float FixHeading(float in);