mirror of
https://github.com/halpz/re3.git
synced 2025-07-29 18:40:22 +00:00
little cleanup and synch on templates and config
This commit is contained in:
@ -1602,8 +1602,10 @@ CCamera::CamControl(void)
|
||||
switchByJumpCut = true;
|
||||
}
|
||||
}
|
||||
#ifdef GTA_SCENE_EDIT
|
||||
if(CSceneEdit::m_bEditOn)
|
||||
ReqMode = CCam::MODE_EDITOR;
|
||||
#endif
|
||||
|
||||
if((m_uiTransitionState == 0 || switchByJumpCut) && ReqMode != Cams[ActiveCam].Mode){
|
||||
if(switchByJumpCut){
|
||||
|
Reference in New Issue
Block a user