summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_vrbox2.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-12-21 13:52:34 -0500
committerGitHub <noreply@github.com>2025-12-21 10:52:34 -0800
commitee32f5db5596a08240e065a81cf361b8718dc533 (patch)
tree92e39871f1d9a65269d682512f37ffabffa13d89 /src/d/actor/d_a_vrbox2.cpp
parent16a2980f5a2e6a9c00a05077eeab513f74fcff72 (diff)
d_a_vrbox2 matching (#2981)
Diffstat (limited to 'src/d/actor/d_a_vrbox2.cpp')
-rw-r--r--src/d/actor/d_a_vrbox2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_vrbox2.cpp b/src/d/actor/d_a_vrbox2.cpp
index 346ce45c97..815a33dd63 100644
--- a/src/d/actor/d_a_vrbox2.cpp
+++ b/src/d/actor/d_a_vrbox2.cpp
@@ -39,7 +39,7 @@ static int daVrbox2_Draw(vrbox2_class* i_this) {
s16 temp_r19;
s16 temp_r18;
- camera_p = dComIfGp_getCamera(0);
+ camera_p = (camera_class*)dComIfGp_getCamera(0);
lenz_p = g_env_light.mpSunLenzPacket;
kumo_model_p = i_this->mpKumoModel;
sun_model_p = i_this->model2;