equal
deleted
inserted
replaced
1435 extern void DrawRoadVehDetails(const Vehicle *v, int x, int y); |
1435 extern void DrawRoadVehDetails(const Vehicle *v, int x, int y); |
1436 extern void DrawShipDetails(const Vehicle *v, int x, int y); |
1436 extern void DrawShipDetails(const Vehicle *v, int x, int y); |
1437 extern void DrawAircraftDetails(const Vehicle *v, int x, int y); |
1437 extern void DrawAircraftDetails(const Vehicle *v, int x, int y); |
1438 |
1438 |
1439 /** |
1439 /** |
1440 * Draw the details for the given vehicle at the position (x,y) of the Details windows |
1440 * Draw the details for the given vehicle at the position (x, y) of the Details windows |
1441 * |
1441 * |
1442 * @param v current vehicle |
1442 * @param v current vehicle |
1443 * @param x The x coordinate |
1443 * @param x The x coordinate |
1444 * @param y The y coordinate |
1444 * @param y The y coordinate |
1445 * @param vscroll_pos (train only) |
1445 * @param vscroll_pos (train only) |