diff options
author | alberth <alberth@openttd.org> | 2010-10-30 17:51:07 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-10-30 17:51:07 +0000 |
commit | 7e48d85104549cbb3604aa7eb262b922dbc3f640 (patch) | |
tree | 0afba23f2fce7664320853c8deaaf293b8363e16 /src/pathfinder | |
parent | ca8d55ebcd368998aac4a46f8697a5c4585df66d (diff) | |
download | openttd-7e48d85104549cbb3604aa7eb262b922dbc3f640.tar.xz |
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
Diffstat (limited to 'src/pathfinder')
-rw-r--r-- | src/pathfinder/yapf/nodelist.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathfinder/yapf/nodelist.hpp b/src/pathfinder/yapf/nodelist.hpp index 5a92e4ae7..a6e5c2b50 100644 --- a/src/pathfinder/yapf/nodelist.hpp +++ b/src/pathfinder/yapf/nodelist.hpp @@ -80,7 +80,7 @@ public: return m_new_node; } - /** notify the nodelist, that we don't want to discard the given node */ + /** Notify the nodelist that we don't want to discard the given node. */ FORCEINLINE void FoundBestNode(Titem_& item) { /* for now it is enough to invalidate m_new_node if it is our given node */ |