summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc_kn.cpp
diff options
context:
space:
mode:
authorHoward Luck <pheenoh@gmail.com>2025-11-30 13:26:50 -0700
committerGitHub <noreply@github.com>2025-11-30 22:26:50 +0200
commit20e9957356111843dd6a09a7f9421d3e9359d096 (patch)
treead184af07f80dbdaedfa0d60fcb8879a2a19ec64 /src/d/actor/d_a_npc_kn.cpp
parent139722c731959351426b6b19f312050169d80d3f (diff)
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
Diffstat (limited to 'src/d/actor/d_a_npc_kn.cpp')
-rw-r--r--src/d/actor/d_a_npc_kn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_kn.cpp b/src/d/actor/d_a_npc_kn.cpp
index ec40934b65..7776d9e57c 100644
--- a/src/d/actor/d_a_npc_kn.cpp
+++ b/src/d/actor/d_a_npc_kn.cpp
@@ -96,7 +96,7 @@ void daNpc_Kn_HIO_c::listenPropertyEvent(const JORPropertyEvent* event) {
JORFile aJStack_910;
int len;
- switch (reinterpret_cast<u32>(event->id)) {
+ switch ((u32)event->id) {
case 0x40000002:
if (aJStack_910.open(6, "すべてのファイル(*.*)\0*.*\0", NULL, NULL, NULL) != 0) {
memset(msg_buffer, 0, sizeof(msg_buffer));