1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 04:59:11 +00:00

(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)

This commit is contained in:
alberth
2010-10-30 17:51:07 +00:00
parent ca8d55ebcd
commit 7e48d85104
27 changed files with 46 additions and 44 deletions

View File

@@ -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 */