rail_gui.c
changeset 179 003096efeb9d
parent 176 84990c4b9212
child 201 c40d343115f8
equal deleted inserted replaced
178:7d91f0b06c8b 179:003096efeb9d
   353 	{4, M(3,32), 0, 1<<2}, // left track
   353 	{4, M(3,32), 0, 1<<2}, // left track
   354 
   354 
   355 	{5, M(0,16), 0, 1<<3}, // right track
   355 	{5, M(0,16), 0, 1<<3}, // right track
   356 	{5, M(1,16), 0, 1<<3}, // right track
   356 	{5, M(1,16), 0, 1<<3}, // right track
   357 
   357 
   358 	{0xff,0,0},
   358 	{0xff, 0, 0, 0},
   359 };
   359 };
   360 #undef M
   360 #undef M
   361 
   361 
   362 static int GetBestArea(int x, int y)
   362 static int GetBestArea(int x, int y)
   363 {
   363 {