diff options
author | truebrain <truebrain@openttd.org> | 2011-11-30 01:22:18 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-11-30 01:22:18 +0000 |
commit | 160bfd885132212a818db8221f9c9a67b5ec4caa (patch) | |
tree | 3dce981658b1989c6baf7e98bc82a84eeaa38f6d /src/pathfinder | |
parent | 1902803b6e10f013cf086950fc573108c5581f09 (diff) | |
download | openttd-160bfd885132212a818db8221f9c9a67b5ec4caa.tar.xz |
(svn r23376) -Remove: on popular demand, remove my (revoked) name from comments in the code. It was silly to name me like that to begin with ;) (based on patch by HackaLittleBit)
Diffstat (limited to 'src/pathfinder')
-rw-r--r-- | src/pathfinder/npf/aystar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathfinder/npf/aystar.h b/src/pathfinder/npf/aystar.h index df6e59593..6865626eb 100644 --- a/src/pathfinder/npf/aystar.h +++ b/src/pathfinder/npf/aystar.h @@ -70,7 +70,7 @@ struct AyStar; * The good part about #OpenListNode is, and how AIs use it, that you can * access the parent of the current node, and so check if you, for example * don't try to enter the file tile with a 90-degree curve. So please, leave - * this an #OpenListNode, it works just fine -- TrueLight + * this an #OpenListNode, it works just fine. * @return Status of the node: * - #AYSTAR_FOUND_END_NODE : indicates this is the end tile * - #AYSTAR_DONE : indicates this is not the end tile (or direction was wrong) |