diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-29 15:45:57 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-29 16:34:55 -0400 |
| commit | bae595b973fd48b2c6606371ac577cbbccb7a9fb (patch) | |
| tree | 939f388f0dbd380db1045a7a4d8954cf43db2c33 /src/d/d_camera.cpp | |
| parent | 5ac87a68855cbb4c9f5c3ab0095b2d969e4cd5de (diff) | |
Update all code to use the new enum formats
Diffstat (limited to 'src/d/d_camera.cpp')
| -rw-r--r-- | src/d/d_camera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_camera.cpp b/src/d/d_camera.cpp index b0ef6af3..e8533cac 100644 --- a/src/d/d_camera.cpp +++ b/src/d/d_camera.cpp @@ -5054,7 +5054,7 @@ bool dCamera_c::Chtyp(s32 nextType) { } } -/* 8017B51C-8017B524 .text U2__9dCamera_cFv */ +/* 8017B51C-8017B524 .text dRes_INDEX_U2__9dCamera_cFv_e */ s16 dCamera_c::U2() { return mAngleY.Val(); } |
