* set the direction used for path previewing. * @param dir */
| 855 | * @param dir |
| 856 | */ |
| 857 | void Tile::setPreview(int dir) |
| 858 | { |
| 859 | _preview = dir; |
| 860 | } |
| 861 | |
| 862 | /** |
| 863 | * retrieve the direction stored by the pathfinding. |
no outgoing calls
no test coverage detected