- 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:
Randy Heit 2012-04-08 20:20:39 +00:00
parent 22a0c92ab8
commit 9451b7c1d3
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ bool P_TeleportMove (AActor *thing, fixed_t x, fixed_t y, fixed_t z, bool telefr
FBlockLinesIterator it(box);
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;
thing->z = z;
while ((ld = it.Next()))