table/directions.h
author darkvater
Sat, 13 Nov 2004 20:37:57 +0000
changeset 381 94c4794d6bd4
parent 160 db200af4794a
permissions -rw-r--r--
(svn r570) -newgrf: Support for custom aircrafts via GRF files. Planeset seems to work :). Also use aircraft_vehinfo() instead of the old tables (pasky).
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
};