diff options
| author | Max Roncace <me@caseif.net> | 2025-09-17 08:01:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 15:01:59 +0300 |
| commit | fe5e8aff986950b5a6fc1e7e5a7b308cb2a2a0f3 (patch) | |
| tree | eb7839c7370e6a209ffbc0404ca42b2c560f2405 /src/d/d_ev_camera.cpp | |
| parent | 2106c56f60a5552aa7175e65a65181958fce4012 (diff) | |
More miscellaneous TU improvements (#2665)
Diffstat (limited to 'src/d/d_ev_camera.cpp')
| -rw-r--r-- | src/d/d_ev_camera.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/d/d_ev_camera.cpp b/src/d/d_ev_camera.cpp index b24ae80977..7dfe184844 100644 --- a/src/d/d_ev_camera.cpp +++ b/src/d/d_ev_camera.cpp @@ -4142,23 +4142,3 @@ bool dCamera_c::bspTransEvCamera() { bool dCamera_c::portalWarpEvCamera() { return true; } - -/* 8009771C-80097738 09205C 001C+00 11/11 22/22 0/0 .text attentionPos__9dCamera_cFP10fopAc_ac_c */ -cXyz dCamera_c::attentionPos(fopAc_ac_c* a_this) { - return a_this->attention_info.position; -} - -/* 80097738-8009775C 092078 0024+00 10/10 10/10 0/0 .text directionOf__9dCamera_cFP10fopAc_ac_c */ -cSAngle dCamera_c::directionOf(fopAc_ac_c* a_this) { - return a_this->shape_angle.y; -} - -/* 8009775C-80097778 09209C 001C+00 9/9 20/20 0/0 .text positionOf__9dCamera_cFP10fopAc_ac_c */ -cXyz dCamera_c::positionOf(fopAc_ac_c* a_this) { - return a_this->current.pos; -} - -/* 8009778C-800977A8 0920CC 001C+00 1/1 2/2 0/0 .text eyePos__9dCamera_cFP10fopAc_ac_c */ -cXyz dCamera_c::eyePos(fopAc_ac_c* a_this) { - return a_this->eyePos; -} |
