diff --git a/src/common/console/c_enginecmds.cpp b/src/common/console/c_enginecmds.cpp index 13593cb32d..28133669ce 100644 --- a/src/common/console/c_enginecmds.cpp +++ b/src/common/console/c_enginecmds.cpp @@ -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 //========================================================================== //