From 9451b7c1d3b9735caf95e20518cf65ce20d91501 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 8 Apr 2012 20:20:39 +0000 Subject: [PATCH] =?UTF-8?q?-=20I=20think=20this=20is=20what=20this=20comme?= =?UTF-8?q?nt=20is=20supposed=20to=20say.=20It=20had=20=E5=8C=A4=20for=20m?= =?UTF-8?q?e,=20and=20with=20Western=20character=20encodings,=20it=20was?= =?UTF-8?q?=20complete=20garbage.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN r3544 (trunk) --- src/p_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_map.cpp b/src/p_map.cpp index 90a20b5d8..ae6590a48 100644 --- a/src/p_map.cpp +++ b/src/p_map.cpp @@ -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()))