table/directions.h
author Celestar
Thu, 27 Jan 2005 11:33:14 +0000
changeset 1191 dc46f04aab3a
parent 160 db200af4794a
permissions -rw-r--r--
(svn r1695) -Fix: I broke maximum speed sorting for anything but trains with the new acceleration. Sorry
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
};