| 113 | } |
| 114 | |
| 115 | static void PlayFlyby(int seqID) |
| 116 | { |
| 117 | UseSpotCam = true; |
| 118 | InitializeSpotCam(seqID); |
| 119 | } |
| 120 | |
| 121 | static void PlayVideo(const std::string& fileName, TypeOrNil<bool> background, TypeOrNil<bool> silent, TypeOrNil<bool> loop) |
| 122 | { |
nothing calls this directly
no test coverage detected