mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-21 03:11:03 +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)
|
else if (cv_movie_option.value == 2)
|
||||||
strcpy(pathname, srb2path);
|
strcpy(pathname, srb2path);
|
||||||
else if (cv_movie_option.value == 3 && *cv_movie_folder.string != '\0')
|
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)
|
if (cv_movie_option.value != 3)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue