src/engine.cpp
branchgamebalance
changeset 9909 dce9a6923bb7
parent 9895 7bd07f43b0e3
child 9910 0b2aebc8283e
equal deleted inserted replaced
9908:0fa543611bbe 9909:dce9a6923bb7
   247 }
   247 }
   248 
   248 
   249 /** Accept an engine prototype. XXX - it is possible that the top-player
   249 /** Accept an engine prototype. XXX - it is possible that the top-player
   250  * changes while you are waiting to accept the offer? Then it becomes invalid
   250  * changes while you are waiting to accept the offer? Then it becomes invalid
   251  * @param tile unused
   251  * @param tile unused
       
   252  * @param flags operation to perfom
   252  * @param p1 engine-prototype offered
   253  * @param p1 engine-prototype offered
   253  * @param p2 unused
   254  * @param p2 unused
   254  */
   255  */
   255 int32 CmdWantEnginePreview(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
   256 int32 CmdWantEnginePreview(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
   256 {
   257 {
   348 	}
   349 	}
   349 }
   350 }
   350 
   351 
   351 /** Rename an engine.
   352 /** Rename an engine.
   352  * @param tile unused
   353  * @param tile unused
       
   354  * @param flags operation to perfom
   353  * @param p1 engine ID to rename
   355  * @param p1 engine ID to rename
   354  * @param p2 unused
   356  * @param p2 unused
   355  */
   357  */
   356 int32 CmdRenameEngine(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
   358 int32 CmdRenameEngine(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
   357 {
   359 {