- Handle level in bot code
This commit is contained in:
parent
14971c8c3a
commit
06e5dd1d86
6 changed files with 14 additions and 14 deletions
|
|
@ -954,7 +954,7 @@ void D_Display ()
|
|||
void D_ErrorCleanup ()
|
||||
{
|
||||
savegamerestore = false;
|
||||
bglobal.RemoveAllBots (true);
|
||||
bglobal.RemoveAllBots (&level, true);
|
||||
D_QuitNetGame ();
|
||||
if (demorecording || demoplayback)
|
||||
G_CheckDemoStatus ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue