d_a_alink_HIO work (#2852)

* daAlink_c::jointControll OK

* daalink debug work

* checkpoint

* fix casting

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* remaining functions + fixes round 1

* fixes round 2

* fixes round 3

* fixes round 4

* revert getNeckAimAngle for now
This commit is contained in:
Howard Luck
2025-11-30 13:26:50 -07:00
committed by GitHub
parent 897bb4c463
commit 2abb771894
32 changed files with 10306 additions and 3156 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ void daNpc_Bans_HIO_c::listenPropertyEvent(const JORPropertyEvent* event) {
JORFile jorFile;
int len;
switch (reinterpret_cast<u32>(event->id)) {
switch ((u32)event->id) {
case 0x40000002:
if (jorFile.open(6, "", NULL, NULL, NULL)) {
memset(buffer, 0, sizeof(buffer));