| 61 | bool SpotcamOverlay = false; |
| 62 | |
| 63 | void ClearSpotCamSequences() |
| 64 | { |
| 65 | UseSpotCam = false; |
| 66 | SpotcamDontDrawLara = false; |
| 67 | SpotcamOverlay = false; |
| 68 | |
| 69 | SpotCam.clear(); |
| 70 | SpotCamRemap.clear(); |
| 71 | CameraCnt.clear(); |
| 72 | } |
| 73 | |
| 74 | void InitializeSpotCamSequences(bool startFirstSequence) |
| 75 | { |