mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- removed redundant variable.
This commit is contained in:
parent
90e9937b71
commit
fcbb72a4d4
1 changed files with 0 additions and 1 deletions
|
@ -2520,7 +2520,6 @@ static bool P_CheckForResurrection(AActor *self, bool usevilestates)
|
|||
fixed_t viletryx = self->x + FixedMul (absSpeed, xspeed[self->movedir]);
|
||||
fixed_t viletryy = self->y + FixedMul (absSpeed, yspeed[self->movedir]);
|
||||
AActor *corpsehit;
|
||||
FState *raisestate;
|
||||
|
||||
FBlockThingsIterator it(FBoundingBox(viletryx, viletryy, 32*FRACUNIT));
|
||||
while ((corpsehit = it.Next()))
|
||||
|
|
Loading…
Reference in a new issue