From 80814dbb1d01f651ba7c60547dc1b52c1c209378 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 5 Sep 2006 23:21:41 +0000 Subject: (svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it accepts DiagDirections, and add TileOffsByDir that handles Directions. -Codechange: Make the treeloop use TileOffsByDir(). --- yapf/follow_track.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yapf/follow_track.hpp') diff --git a/yapf/follow_track.hpp b/yapf/follow_track.hpp index 218de53b4..a197ef8bb 100644 --- a/yapf/follow_track.hpp +++ b/yapf/follow_track.hpp @@ -78,7 +78,7 @@ protected: m_tiles_skipped = 0; // normal or station tile - TileIndexDiff diff = TileOffsByDir(m_exitdir); + TileIndexDiff diff = TileOffsByDiagDir(m_exitdir); m_new_tile = TILE_ADD(m_old_tile, diff); // special handling for stations @@ -194,7 +194,7 @@ protected: // how big step we must do to get to the last platform tile; m_tiles_skipped = length - 1; // move to the platform end - TileIndexDiff diff = TileOffsByDir(m_exitdir); + TileIndexDiff diff = TileOffsByDiagDir(m_exitdir); diff *= m_tiles_skipped; m_new_tile = TILE_ADD(m_new_tile, diff); return true; -- cgit v1.2.3-70-g09d2