- rename 'restart' ccmd to 'debug_restart' since it is in a broken state right now

This commit is contained in:
Rachael Alexanderson 2024-09-29 16:04:00 -04:00
parent 85ae8f8194
commit ca9ab7bd5b
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0

View file

@ -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");