mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
Marked two more CCMDs as unsafe
This commit is contained in:
parent
93686638b0
commit
f4191f27cf
2 changed files with 2 additions and 2 deletions
|
@ -1216,7 +1216,7 @@ errorout:
|
|||
return false;
|
||||
}
|
||||
|
||||
CCMD(clearnodecache)
|
||||
UNSAFE_CCMD(clearnodecache)
|
||||
{
|
||||
TArray<FFileList> list;
|
||||
FString path = M_GetCachePath(false);
|
||||
|
|
|
@ -2999,7 +2999,7 @@ CCMD (cd_resume)
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
CCMD (playlist)
|
||||
UNSAFE_CCMD (playlist)
|
||||
{
|
||||
int argc = argv.argc();
|
||||
|
||||
|
|
Loading…
Reference in a new issue