- Fixed type in A_Respawn.

SVN r3762 (trunk)
This commit is contained in:
Randy Heit 2012-07-15 01:59:49 +00:00
parent 86a7a3249f
commit 6f93b88245

View file

@ -2704,7 +2704,7 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_Respawn)
}
else
{
oktorespawn = P_CheckPosition(self, self->x, self->z, true);
oktorespawn = P_CheckPosition(self, self->x, self->y, true);
}
if (oktorespawn)