Codechange: Move flags in CommandProc in front of the command arguments.
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
#include "engine_type.h"
|
||||
#include "vehicle_type.h"
|
||||
|
||||
CommandCost CmdBuildShip(TileIndex tile, DoCommandFlag flags, const Engine *e, uint16 data, Vehicle **v);
|
||||
CommandCost CmdBuildShip(DoCommandFlag flags, TileIndex tile, const Engine *e, uint16 data, Vehicle **v);
|
||||
|
||||
#endif /* SHIP_CMD_H */
|
||||
|
Reference in New Issue
Block a user