(svn r161) -Fix: added missing file to project and solved wrong type bug

This commit is contained in:
darkvater
2004-09-05 17:11:00 +00:00
parent 10d54ac604
commit 692c147fae
5 changed files with 19 additions and 4 deletions

8
table/directions.h Normal file
View 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
};