Start refactoring the core to C++ (#7303)

This commit is contained in:
Lemongrass3110
2022-12-20 23:37:31 +01:00
committed by GitHub
parent ef4d52fd7b
commit 2c4ee64b59
31 changed files with 545 additions and 426 deletions

View File

@@ -3972,7 +3972,8 @@ ACMD_FUNC(mapexit)
{
nullpo_retr(-1, sd);
do_shutdown();
global_core->signal_shutdown();
return 0;
}