table/directions.h
author truelight
Thu, 16 Dec 2004 15:51:18 +0000
changeset 693 d52f31c390c1
parent 160 db200af4794a
permissions -rw-r--r--
(svn r1137) -Fix: [Network] Replaces all strncpy with ttd_strlcpy.. windows really
does not like strncpy for some silly reason.
static const byte _dir_to_straight_trackdir[4] = {
	0, 1, 8, 9,
};

static const byte _reverse_dir[4] = {
//	3, 0, 1, 2
	2, 3, 0, 1
};