From e50ce0e12bd1d0f579bca6a86f50cb4373b99058 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Fri, 22 Jul 2011 12:43:21 +1000 Subject: [PATCH] Add more comments to process_move() --- src/move.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/move.h b/src/move.h index b7b4afd..a94277f 100644 --- a/src/move.h +++ b/src/move.h @@ -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);