/******************************************************************************

		WAVE RACE 64

		File		: endtcrs1_2p.c
		Description	: endo's course 1 data file for vs
		Date		: 1996
		Author		: T.Endo

******************************************************************************/

#include "ot_header.h"
#include "ot_sub.h"
#include "ot_newton.h"
#include "ot_hover.h"
#include "ot_sea.h"
#include "ot_wall.h"
#include "ot_prism.h"

#include "endefine.h"
#include "ensetcrs.h"
#include "enbuoy.h"

/******************************************************************************
	variables
******************************************************************************/

#include "dt_crs1_2p.c"
#include "dt_col1_2p.c"
#include "dt_tri1_2p.c"

/******************************************************************************
	out line buoy
******************************************************************************/
short outbuoydt_2p_course1[][2] = {
	/* 00 */	{  5600, -2000 },
	/* 01 */	{  6100, -2000 },
	/* 02 */	{  6600, -1700 },
	/* 03 */	{  5200, -2000 },
	/* 04 */	{  4800, -2000 },
	/* 05 */	{  4400, -2000 },
	/* 06 */	{  4000, -2000 },
	/* 07 */	{  3600, -2000 },
	/* 08 */	{  3200, -2000 },
	/* 09 */	{  2800, -2000 },
	/* 10 */	{  2400, -2000 },
	/* 11 */	{  2000, -2000 },
	/* 12 */	{  1600, -2000 },
	/* 13 */	{  1200, -2000 },
	/* 14 */	{   800, -2000 },
	/* 15 */	{   400, -2000 },
	/* 16 */	{     0, -2000 },
	/* 17 */	{  -400, -2000 },
	/* 18 */	{  -800, -2000 },
	/* 19 */	{ -1200, -2000 },
	/* 20 */	{ -1600, -2000 },
	/* 21 */	{ -2000, -2000 },
	/* 22 */	{ -2400, -2000 },
	/* 23 */	{ -2800, -2000 },
	/* 24 */	{ -3200, -2000 },
	/* 25 */	{ -3600, -2000 },
	/* 26 */	{ -4000, -2000 },
	/* 27 */	{ -4400, -2000 },
	/* 28 */	{ -4800, -2000 },
	/* 29 */	{ -5200, -2000 },
	/* 30 */	{ -6100, -2000 },
	/* 31 */	{ -6600, -1700 },
	/* 32 */	{ -6900, -1300 },
	/* 33 */	{ -7000,  -800 },
	/* 34 */	{ -7000,  -400 },
	/* 35 */	{ -7000,     0 },
	/* 36 */	{ -7000,   400 },
	/* 37 */	{ -5600, -2000 },
	/* end */	{ -1, -1 }
};

short fixcoldt_2p_course1[][3] = {
	/* 00 */	{  7582,    23,   292 },
	/* 01 */	{  7483,    18,   659 },
	/* 02 */	{ -7136,    20,   779 },
	/* 03 */	{ -7272,    13,   424 },
	/* end */	{ -1, -1, -1 }
};

short crsobjdt_2p_course1[][5] = {
	/* end */	{ -1, -1, -1, -1, -1 }
};
