We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c01f45 commit 741031cCopy full SHA for 741031c
2 files changed
src/xrGame/ActorEffector.cpp
@@ -203,7 +203,7 @@ BOOL CAnimatorCamEffector::ProcessCam(SCamEffectorInfo& info)
203
204
BOOL CAnimatorCamLerpEffector::ProcessCam(SCamEffectorInfo& info)
205
{
206
- if (!inherited::inherited::ProcessCam(info)) return FALSE;
+ if (!CEffectorCam::ProcessCam(info)) return FALSE;
207
208
const Fmatrix& m = m_objectAnimator->XFORM();
209
m_objectAnimator->Update(Device.fTimeDelta);
src/xrGame/ai/stalker/ai_stalker.cpp
@@ -1066,7 +1066,7 @@ void CAI_Stalker::shedule_Update(u32 DT)
1066
}
1067
1068
START_PROFILE("stalker/schedule_update/inherited")
1069
- inherited::inherited::shedule_Update(DT);
+ CEntityAlive::shedule_Update(DT);
1070
STOP_PROFILE
1071
1072
if (Remote()) {
0 commit comments