summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc_kolin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_npc_kolin.cpp')
-rw-r--r--src/d/actor/d_a_npc_kolin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_kolin.cpp b/src/d/actor/d_a_npc_kolin.cpp
index 9ddd756cf2..60192768ca 100644
--- a/src/d/actor/d_a_npc_kolin.cpp
+++ b/src/d/actor/d_a_npc_kolin.cpp
@@ -500,7 +500,7 @@ int daNpc_Kolin_c::CreateHeap() {
for (u16 i = 0; i < modelData->getJointNum(); i++) {
modelData->getJointNodePointer(i)->setCallBack(ctrlJointCallBack);
}
- model->setUserArea((u32)this);
+ model->setUserArea((uintptr_t)this);
mpMatAnm[0] = new daNpcT_MatAnm_c();
if (mpMatAnm[0] == NULL) {