mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-19 08:01:50 +00:00
- disable dir CCMD.
The implementation of this one is garbage, it needs to be redone without I_ChDir.
This commit is contained in:
parent
219b3fb9f9
commit
566a8f58a7
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,8 @@ UNSAFE_CCMD (crashout)
|
|||
#endif
|
||||
|
||||
|
||||
// commented out because it's very poorly implemented (it should not abuse I_ChDir like this!)
|
||||
#if 0
|
||||
UNSAFE_CCMD (dir)
|
||||
{
|
||||
FString dir, path;
|
||||
|
@ -248,6 +250,7 @@ UNSAFE_CCMD (dir)
|
|||
|
||||
I_ChDir(curdir);
|
||||
}
|
||||
#endif
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue