summaryrefslogtreecommitdiff
path: root/include/d
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2026-03-01 21:05:31 +0100
committerrobojumper <robojumper@gmail.com>2026-03-01 21:05:31 +0100
commit43ec1eaa357ff943efc3faad31dad3f0fa80ea0d (patch)
tree89b1134ef65c39d56d9c41f21333dca8f0e15a50 /include/d
parent1ec9c01b837174c82d9f9d081fff4e05f5556748 (diff)
Rebase fixes
Diffstat (limited to 'include/d')
-rw-r--r--include/d/d_camera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_camera.h b/include/d/d_camera.h
index 50a86f1d..06f1308d 100644
--- a/include/d/d_camera.h
+++ b/include/d/d_camera.h
@@ -127,7 +127,7 @@ public:
bool isUnderwater() const;
f32 getUnderwaterDepth() const;
- void fn_8019EA70(bool);
+ bool fn_8019EA70(bool);
bool setEventCamView(const mVec3_c &, const mVec3_c &, f32, f32);
mAng getYAngle() const;
mAng getXZAngle() const;