summaryrefslogtreecommitdiff
path: root/src/d/d_stage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/d_stage.cpp')
-rw-r--r--src/d/d_stage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_stage.cpp b/src/d/d_stage.cpp
index f44f432d2f..0bb387a01f 100644
--- a/src/d/d_stage.cpp
+++ b/src/d/d_stage.cpp
@@ -2104,7 +2104,7 @@ static int dStage_pathInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum,
i_stage->setPathInfo(path_c);
- for (int i = 0; i < path_c->m_num; i++) {
+ for (int i = 0; i < path_c->num; i++) {
if ((uintptr_t)path->m_points < 0x80000000) {
path->m_points = (dPnt*)((uintptr_t)path->m_points + i_stage->getPntInf()->m_pnt_offset);
}
@@ -2129,7 +2129,7 @@ static int dStage_rpatInfoInit(dStage_dt_c* i_stage, void* i_data, int i_num, vo
dPath* pPath = pStagePath->m_path;
i_stage->setPath2Info(pStagePath);
- for (s32 i = 0; i < pStagePath->m_num; pPath++, i++, (void)0) {
+ for (s32 i = 0; i < pStagePath->num; pPath++, i++, (void)0) {
if ((uintptr_t)pPath->m_points >= 0x80000000) {
continue;
}