Fix this mistake

This commit is contained in:
Steel Titanium 2019-09-08 16:54:40 -04:00
parent 8ee0a9309b
commit cc80cd77c5
No known key found for this signature in database
GPG Key ID: 924BA411F18DFDBE
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{