table/directions.h
author dominik
Fri, 28 Jan 2005 12:21:04 +0000
changeset 1201 ac4524600c0b
parent 160 db200af4794a
permissions -rw-r--r--
(svn r1705) Sign owner variable is a byte, not int32 of course
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
};