- missed one line.

This commit is contained in:
Christoph Oelckers 2019-12-16 17:02:35 +01:00
parent d24bd0fc14
commit 3cba51cfd4

View file

@ -1406,7 +1406,7 @@ ACTOR_STATIC void G_MoveFX(void)
} }
} }
if (flags & SF_GLOBAL) if ((flags & (SF_GLOBAL | SF_DTAG)) == SF_GLOBAL)
{ {
// Randomly playing global sounds (flyby of planes, screams, ...) // Randomly playing global sounds (flyby of planes, screams, ...)