mirror of https://github.com/OpenTTD/OpenTTD
(svn r27672) -Doc [FS#6489]: Fix comment. (Yho)
parent
30574a7cad
commit
b2fe2c6e3d
|
@ -2370,8 +2370,8 @@ static const uint32 _vehicle_command_translation_table[][4] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the Callback method after the cloning attempt of a vehicle
|
* This is the Callback method after attempting to start/stop a vehicle
|
||||||
* @param result the result of the cloning command
|
* @param result the result of the start/stop command
|
||||||
* @param tile unused
|
* @param tile unused
|
||||||
* @param p1 vehicle ID
|
* @param p1 vehicle ID
|
||||||
* @param p2 unused
|
* @param p2 unused
|
||||||
|
|
Loading…
Reference in New Issue