Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SP] Fix hanging cutscenes on fast machines (#1153)
On machines that can load levels faster than the hardcoded entity spawning delay, the Icarus sequencer could reference non-existing entities and therefore fail to chain events to progress cutscenes. This change increases the number of warmup frames by 1 to push the possible client-server connection time to after all relevant entities have been spawned.
- Loading branch information