mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
- remove debug message.
This commit is contained in:
parent
a45523fb63
commit
8305005125
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ extend class Actor
|
||||||
|
|
||||||
void A_BrainDie()
|
void A_BrainDie()
|
||||||
{
|
{
|
||||||
A_Log("A_BrainDie");
|
|
||||||
// [RH] If noexit, then don't end the level.
|
// [RH] If noexit, then don't end the level.
|
||||||
if ((GetCVar("deathmatch") || GetCVar("alwaysapplydmflags")) && GetCVar("sv_noexit"))
|
if ((GetCVar("deathmatch") || GetCVar("alwaysapplydmflags")) && GetCVar("sv_noexit"))
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue