mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- Fixed: screenshot_dir overrided -shotdir.
SVN r3831 (trunk)
This commit is contained in:
parent
2564125148
commit
adf9bd2e1a
1 changed files with 0 additions and 1 deletions
|
@ -734,7 +734,6 @@ void M_ScreenShot (const char *filename)
|
|||
}
|
||||
else if (dirlen > 0)
|
||||
{
|
||||
autoname = screenshot_dir;
|
||||
if (autoname[dirlen-1] != '/' && autoname[dirlen-1] != '\\')
|
||||
{
|
||||
autoname += '/';
|
||||
|
|
Loading…
Reference in a new issue