summaryrefslogtreecommitdiff
path: root/include/d/d_path.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2026-03-29 16:43:00 -0700
committerGitHub <noreply@github.com>2026-03-29 16:43:00 -0700
commitcb6ee4b21e25cb40a08c0f1effeebda79896a7e5 (patch)
treef894ebc412808129583aaac83a8e1ff8580e0ea9 /include/d/d_path.h
parentc98b96f94eff76d380c62f3935fefe56057dc99e (diff)
d_path / d_vibration debug work (#3138)
* dpath debug * dvibration debug * d_meter2_info debug * gcyl/gpsh debug
Diffstat (limited to 'include/d/d_path.h')
-rw-r--r--include/d/d_path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_path.h b/include/d/d_path.h
index d8ac2af674..810e7df04b 100644
--- a/include/d/d_path.h
+++ b/include/d/d_path.h
@@ -20,7 +20,7 @@ struct dPath {
/* 0x2 */ u16 m_nextID;
/* 0x4 */ u8 field_0x4;
/* 0x5 */ bool m_closed;
- /* 0x6 */ u8 field_0x6;
+ /* 0x6 */ u8 swbit;
/* 0x7 */ u8 field_0x7;
/* 0x8 */ dPnt* m_points;
};