Don't spawn BLOODPOOL 256 units above the ground.

git-svn-id: https://svn.eduke32.com/eduke32@5402 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2015-10-23 23:00:06 +00:00
parent a2076027dd
commit c57be0fbdd

View file

@ -5291,7 +5291,7 @@ ACTOR_STATIC void G_MoveMisc(void) // STATNUM 5
p = A_FindPlayer(s,&x);
ps = g_player[p].ps;
s->z = actor[i].floorz-(ZOFFSET);
s->z = actor[i].floorz - 1;
if (t[2] < 32)
{