Marked a few more CCMDs as unsafe

This commit is contained in:
alexey.lysiuk 2018-01-29 13:30:36 +02:00
commit c7eea9b480
3 changed files with 3 additions and 3 deletions

View file

@ -673,7 +673,7 @@ void M_ScreenShot (const char *filename)
}
}
CCMD (screenshot)
UNSAFE_CCMD (screenshot)
{
if (argv.argc() == 1)
G_ScreenShot (NULL);