summaryrefslogtreecommitdiff
path: root/include/SSystem
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2023-11-27 03:14:06 -0800
committerGitHub <noreply@github.com>2023-11-27 13:14:06 +0200
commit9ff0f5029f3b109ef50d2a78bf810ed3420f1b62 (patch)
tree2232dd786bd8fbb5497eb3ca49945f2e8de57403 /include/SSystem
parent6b0df1f30d5c87d6710703ee66c017466af254ce (diff)
most of d_a_alink_wolf done / some misc (#1993)
* wip on alink_wolf * setup procvar unions * most of d_a_alink_wolf done + some misc
Diffstat (limited to 'include/SSystem')
-rw-r--r--include/SSystem/SComponent/c_m3d_g_cyl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SSystem/SComponent/c_m3d_g_cyl.h b/include/SSystem/SComponent/c_m3d_g_cyl.h
index 0d109734fe..f5d176a734 100644
--- a/include/SSystem/SComponent/c_m3d_g_cyl.h
+++ b/include/SSystem/SComponent/c_m3d_g_cyl.h
@@ -32,6 +32,7 @@ public:
void calcMinMax(cXyz*, cXyz*);
const cXyz* GetCP(void) const { return &mCenter; }
f32 GetR(void) const { return mRadius; }
+ f32* GetRP() { return &mRadius; }
f32 GetH(void) const { return mHeight; }
cXyz& GetC() { return mCenter; }