table/directions.h
author tron
Thu, 27 Jan 2005 21:18:03 +0000
changeset 1197 433b4a05fa3e
parent 160 db200af4794a
permissions -rw-r--r--
(svn r1701) Style police ^^
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
};