table/directions.h
author tron
Sat, 27 Nov 2004 19:53:53 +0000
changeset 517 b1e18b1e480e
parent 160 db200af4794a
permissions -rw-r--r--
(svn r842) -Fix: [ 985925 ] Start/stop flag in train depots always works, regardless of the horizontal scroll position
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
};