diff options
author | rubidium <rubidium@openttd.org> | 2009-12-02 00:01:07 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-02 00:01:07 +0000 |
commit | 9d5ff5def0790ead791b7ef09727d3ad3b41e565 (patch) | |
tree | 9320a45ecc7c0657d387d786fc55b18e9a705174 /src/pathfinder/yapf | |
parent | 76fe20cdccd68679f4681e3f378b7695d161e8a8 (diff) | |
download | openttd-9d5ff5def0790ead791b7ef09727d3ad3b41e565.tar.xz |
(svn r18368) -Fix: alignment of comment and 'add' some missing comments
Diffstat (limited to 'src/pathfinder/yapf')
-rw-r--r-- | src/pathfinder/yapf/yapf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pathfinder/yapf/yapf.h b/src/pathfinder/yapf/yapf.h index c0c0cf087..1a21b67ea 100644 --- a/src/pathfinder/yapf/yapf.h +++ b/src/pathfinder/yapf/yapf.h @@ -15,7 +15,8 @@ #include "../../direction_type.h" #include "../../station_type.h" -/** Finds the best path for given ship. +/** + * Finds the best path for given ship using YAPF. * @param v the ship that needs to find a path * @param tile the tile to find the path from (should be next tile the ship is about to enter) * @param enterdir diagonal direction which the ship will enter this new tile from |