src/settings_gui.cpp
changeset 6483 ae78fc3c6b20
parent 6472 f1e70dc23fac
child 6486 7d2ae0a167fb
equal deleted inserted replaced
6482:f1f014402d39 6483:ae78fc3c6b20
   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 {