File diff r6483:d2923d9c6631 → r6484:7a9ab9f50ee4
src/station_cmd.cpp
Show inline comments
 
@@ -1174,13 +1174,12 @@ static RoadStop **FindRoadStopSpot(bool 
 
	}
 
}
 

	
 
/** Build a bus or truck stop
 
 * @param tile tile to build the stop at
 
 * @param flags operation to perform
 
 * @param flags operation to perform
 
 * @param p1 entrance direction (DiagDirection)
 
 * @param p2 bit 0: 0 for Bus stops, 1 for truck stops
 
 *           bit 1: 0 for normal, 1 for drive-through
 
 */
 
int32 CmdBuildRoadStop(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
 
{