Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
371225858d
12 changed files with 129 additions and 70 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#include "templates.h"
|
||||
#include "doomdef.h"
|
||||
#include "doomstat.h"
|
||||
#include "d_event.h"
|
||||
#include "gstrings.h"
|
||||
|
||||
#include "i_system.h"
|
||||
|
|
@ -177,7 +178,7 @@ bool CheckIfExitIsGood (AActor *self, level_info_t *info)
|
|||
{
|
||||
return false;
|
||||
}
|
||||
if (deathmatch)
|
||||
if (deathmatch && gameaction != ga_completed)
|
||||
{
|
||||
Printf ("%s exited the level.\n", self->player->userinfo.GetName());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue