MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / zCameraTweakGlobal_Reset

Function zCameraTweakGlobal_Reset

src/SB/Game/zCameraTweak.cpp:117–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void zCameraTweakGlobal_Reset()
118{
119 sCamTweakCount = 0;
120 sCamTweakPitch[0] = 0.0f;
121 sCamTweakPitch[1] = 0.0f;
122 sCamTweakDistMult[0] = 1.0f;
123 sCamTweakDistMult[1] = 1.0f;
124 sCamTweakTime = 0.1f;
125 sCamTweakLerp = 0.0f;
126 sCamTweakPitchCur = 0.0f;
127 sCamTweakDistMultCur = 1.0f;
128 return;
129}
130
131void zCameraTweakGlobal_Update(F32 dt)
132{

Callers 3

zSceneInitFunction · 0.85
zSceneResetFunction · 0.85
zCameraTweakGlobal_InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected