Changeset - r13184:d87c98640532
[Not reviewed]
master
0 12 0
smatz - 15 years ago 2009-10-04 20:51:50
smatz@openttd.org
(svn r17701) -Codechange: don't start line with a space if it's not inside comment
2 files changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/network/network_udp.cpp
Show inline comments
 
@@ -528,7 +528,7 @@ void NetworkUDPAdvertiseThread(void *pnt
 
}
 

	
 
/* Register us to the master server
 
     This function checks if it needs to send an advertise */
 
 *   This function checks if it needs to send an advertise */
 
void NetworkUDPAdvertise()
 
{
 
	/* Check if we should send an advertise */
src/roadstop.cpp
Show inline comments
 
@@ -18,7 +18,8 @@
 
RoadStopPool _roadstop_pool("RoadStop");
 
INSTANTIATE_POOL_METHODS(RoadStop)
 

	
 
/** De-Initializes a RoadStops. This includes clearing all slots that vehicles might
 
/**
 
 * De-Initializes RoadStops. This includes clearing all slots that vehicles might
 
  * have and unlinks it from the linked list of road stops at the given station
 
  */
 
RoadStop::~RoadStop()
0 comments (0 inline, 0 general)