mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 20:49:11 +00:00
(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.
This commit is contained in:
@@ -191,7 +191,7 @@ protected:
|
||||
* Handle the given packet, i.e. pass it to the right
|
||||
* parser receive command.
|
||||
* @param p the packet to handle
|
||||
* @return true if we should immediatelly handle further packets, false otherwise
|
||||
* @return true if we should immediately handle further packets, false otherwise
|
||||
*/
|
||||
bool HandlePacket(Packet *p);
|
||||
public:
|
||||
|
@@ -988,7 +988,7 @@ void ClientNetworkContentSocketHandler::CheckDependencyState(ContentInfo *ci)
|
||||
|
||||
/* Nothing depends on us, mark the whole graph as unselected.
|
||||
* After that's done run over them once again to test their children
|
||||
* to unselect. Don't do it immediatelly because it'll do exactly what
|
||||
* to unselect. Don't do it immediately because it'll do exactly what
|
||||
* we're doing now. */
|
||||
for (ConstContentIterator iter = parents.Begin(); iter != parents.End(); iter++) {
|
||||
const ContentInfo *c = *iter;
|
||||
|
Reference in New Issue
Block a user