mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-23 19:31:29 +00:00
- rename 'restart' ccmd to 'debug_restart' since it is in a broken state right now
This commit is contained in:
parent
85ae8f8194
commit
ca9ab7bd5b
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue