summaryrefslogtreecommitdiff
path: root/include/d/d_model.h
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2023-05-28 10:21:28 +0300
committerGitHub <noreply@github.com>2023-05-28 00:21:28 -0700
commitfcb6ae541fa4773b2db436e85daa9cdbb9ae45a5 (patch)
treed5a67cd217fa0d593f714d766c3b9dee8ca754c2 /include/d/d_model.h
parent2baa07dbf6452e8dc5d241c6d5982be1df354e61 (diff)
setFadeColor fix, some d_msg_flow functions (#339)
Diffstat (limited to 'include/d/d_model.h')
-rw-r--r--include/d/d_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_model.h b/include/d/d_model.h
index 2a68d5bf39..4623c46053 100644
--- a/include/d/d_model.h
+++ b/include/d/d_model.h
@@ -46,7 +46,7 @@ public:
/* 8009C8D8 */ dMdl_c* entry(J3DModelData*, u16, int);
/* 8009C7AC */ static void create();
/* 8009C864 */ void remove();
- /* 8009C8C0 */ void reset();
+ /* 8009C8C0 */ static void reset();
static dMdl_mng_c* m_myObj;