summaryrefslogtreecommitdiff
path: root/src/d/d_camera.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-31 20:09:14 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-31 20:09:14 -0400
commitbd917524bad56cb7348f50a2fc1fa92c44dcdeed (patch)
treeefbaf908ac28ad01808bc44bd9661536141ce9fd /src/d/d_camera.cpp
parentf71ec718fe9c74e74267c89afd34ccfd209793a2 (diff)
Demo work, d_a_kytag02 and d_a_ff OK
Diffstat (limited to 'src/d/d_camera.cpp')
-rw-r--r--src/d/d_camera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_camera.cpp b/src/d/d_camera.cpp
index e20e2624..4111056f 100644
--- a/src/d/d_camera.cpp
+++ b/src/d/d_camera.cpp
@@ -2521,7 +2521,7 @@ void dCamera_c::checkGroundInfo() {
m33C = 0;
if (dComIfG_Bgsp()->ChkMoveBG(mBG.m5C.m04)) {
- m33C = dComIfG_Bgsp()->GetActorPointer(mBG.m5C.m04.GetBgIndex());
+ m33C = dComIfG_Bgsp()->GetActorPointer(mBG.m5C.m04);
if (m33C) {
cXyz pos = positionOf(m33C);
cSAngle angle = directionOf(m33C);