Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for all file errors in demo player
Handle the return values of all uses of the `io_read`, `io_skip` and `io_tell` function in `CDemoPlayer`, to handle truncated demo files and other unexpected file errors during demo playback. Improve log messages for demo player errors. Reduce duplicate logging code in demo player by adding static `Log` function with variadic arguments.
- Loading branch information