1
0
mirror of https://git.zap.org.au/git/trader.git synced 2025-02-02 15:08:13 -05:00

Add more comments to process_move()

This commit is contained in:
John Zaitseff 2011-07-22 12:43:21 +10:00
parent df2608d2d4
commit e50ce0e12b

@ -73,9 +73,9 @@ extern selection_t get_move (void);
Returns: (nothing)
This function processes the move in selection. It assumes the "Select
move" and galaxy map windows are still open.
move" and galaxy map windows are still open. In particular, this
function tries to start new companies, merge companies, bankrupt
companies and/or players, adjust values, etc.
*/
extern void process_move (selection_t selection);