File diff r13164:565fc06638f2 → r13165:024ce8aa50e8
src/vehicle.cpp
Show inline comments
 
@@ -1123,9 +1123,9 @@ GetNewVehiclePosResult GetNewVehiclePos(
 
}
 

	
 
static const Direction _new_direction_table[] = {
 
	DIR_N , DIR_NW, DIR_W ,
 
	DIR_N,  DIR_NW, DIR_W,
 
	DIR_NE, DIR_SE, DIR_SW,
 
	DIR_E , DIR_SE, DIR_S
 
	DIR_E,  DIR_SE, DIR_S
 
};
 

	
 
Direction GetDirectionTowards(const Vehicle *v, int x, int y)