From ca9ab7bd5b5e89ed2efff148a25382c3789e9d31 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sun, 29 Sep 2024 16:04:00 -0400 Subject: [PATCH] - rename 'restart' ccmd to 'debug_restart' since it is in a broken state right now --- src/d_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_main.cpp b/src/d_main.cpp index c14149196a..fb25fa00fb 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -3936,7 +3936,7 @@ void D_Cleanup() // //========================================================================== -UNSAFE_CCMD(restart) +UNSAFE_CCMD(debug_restart) { // remove command line args that would get in the way during restart Args->RemoveArgs("-iwad");