forked from mirror/OpenTTD
(svn r161) -Fix: added missing file to project and solved wrong type bug
This commit is contained in:
8
table/directions.h
Normal file
8
table/directions.h
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
};
|
Reference in New Issue
Block a user