mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 05:00:46 +00:00
Fix this mistake
This commit is contained in:
parent
8ee0a9309b
commit
cc80cd77c5
1 changed files with 1 additions and 1 deletions
|
@ -1139,7 +1139,7 @@ void M_StartMovie(void)
|
|||
else if (cv_movie_option.value == 2)
|
||||
strcpy(pathname, srb2path);
|
||||
else if (cv_movie_option.value == 3 && *cv_movie_folder.string != '\0')
|
||||
strcpy(pathname, cv_screenshot_folder.string);
|
||||
strcpy(pathname, cv_movie_folder.string);
|
||||
|
||||
if (cv_movie_option.value != 3)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue