Skip to content

Improved version checks for demo file lists

Sal requested to merge fix-demo-file-list-crash into next
  • No longer relies on the demoversion global variable (which was incorrect for a couple instances, like ghosts), now we pass the version to the file list functions.
  • Don't set any demo global variables when checking a demo for valid files before playback.
  • Exit said file check function asap if its a title demo instead of doing it after we've already opened the file.

Merge request reports