- Missed a spot.

This commit is contained in:
MajorCooke 2015-08-10 12:20:42 -05:00
parent ad14caa800
commit 9cf8a2a26c
1 changed files with 1 additions and 1 deletions

View File

@ -743,7 +743,7 @@ int P_Thing_Warp(AActor *caller, AActor *reference, fixed_t xofs, fixed_t yofs,
// if there is no offset, there should be no ill effect from moving down to the already defined floor
// A_Teleport does the same thing anyway
caller->z = caller->floorz;
caller->z = caller->floorz + height;
}
}
else