table/directions.h
author truelight
Sat, 04 Dec 2004 15:02:45 +0000
changeset 542 2f35c4770b06
parent 160 db200af4794a
permissions -rw-r--r--
(svn r939) -Fix: Fixed compiler errors
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
};