equal
deleted
inserted
replaced
223 |
223 |
224 } |
224 } |
225 |
225 |
226 /** Change the side of the road vehicles drive on (server only). |
226 /** Change the side of the road vehicles drive on (server only). |
227 * @param tile unused |
227 * @param tile unused |
|
228 * @param flags operation to perform |
228 * @param p1 the side of the road; 0 = left side and 1 = right side |
229 * @param p1 the side of the road; 0 = left side and 1 = right side |
229 * @param p2 unused |
230 * @param p2 unused |
230 */ |
231 */ |
231 int32 CmdSetRoadDriveSide(TileIndex tile, uint32 flags, uint32 p1, uint32 p2) |
232 int32 CmdSetRoadDriveSide(TileIndex tile, uint32 flags, uint32 p1, uint32 p2) |
232 { |
233 { |