mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- I think this is what this comment is supposed to say. It had 匤 for me, and with Western character encodings, it was complete garbage.
SVN r3544 (trunk)
This commit is contained in:
parent
22a0c92ab8
commit
9451b7c1d3
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ bool P_TeleportMove (AActor *thing, fixed_t x, fixed_t y, fixed_t z, bool telefr
|
||||||
FBlockLinesIterator it(box);
|
FBlockLinesIterator it(box);
|
||||||
line_t *ld;
|
line_t *ld;
|
||||||
|
|
||||||
// P_LineOpening requires the thing's z to be the destination ú‹ order to work.
|
// P_LineOpening requires the thing's z to be the destination z in order to work.
|
||||||
fixed_t savedz = thing->z;
|
fixed_t savedz = thing->z;
|
||||||
thing->z = z;
|
thing->z = z;
|
||||||
while ((ld = it.Next()))
|
while ((ld = it.Next()))
|
||||||
|
|
Loading…
Reference in a new issue