Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
All: Fix loading map from command line in SP
map command unloads the UI VM and then cinematic command is processed. Video is not displayed because UI VM is not loaded and input causes error that UI VM is NULL. I changed it to use Quake 3 behavior of only playing intro if there are no command line arguments. This does not affect MP as there is no logo or intro video present. Fixes running "iowolfsp.x86_64 +spmap escape1".
- Loading branch information
Showing
with
23 additions
and 25 deletions.
- +11 −12 MP/code/qcommon/common.c
- +12 −13 SP/code/qcommon/common.c
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters