summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc_kamome.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-04-10 23:55:17 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-04-10 23:55:17 -0400
commit282756e6e8f51d6792404ccb9921cefe3b546c2e (patch)
tree8f16c2bf06780b33d1bb9a20a04e040573f5f441 /src/d/actor/d_a_npc_kamome.cpp
parent95f93e05d715fddc57d50786b6326736658532c5 (diff)
fix msgId/msgNo naming mixups
Diffstat (limited to 'src/d/actor/d_a_npc_kamome.cpp')
-rw-r--r--src/d/actor/d_a_npc_kamome.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_kamome.cpp b/src/d/actor/d_a_npc_kamome.cpp
index cfb5878e..d767fabf 100644
--- a/src/d/actor/d_a_npc_kamome.cpp
+++ b/src/d/actor/d_a_npc_kamome.cpp
@@ -25,7 +25,7 @@ static char* l_staff_name = "HyoiKam";
static u8 temp[0x4C]; // TODO
static daNpc_kam_HIO_c l_HIO;
static int l_hio_counter;
-static u32 l_msgId;
+static uint l_msgId;
static msg_class* l_msg;
static daNpc_kam_c* l_act;
static s16 l_demo_start_chk_cnt;