K 10 svn:author V 8 wsimpson K 8 svn:date V 27 2007-12-04T17:51:09.091839Z K 7 svn:log V 613 (PR#39946) [cleanup] send_game_info() Fix bad parameters in savegame (from PR#39940). The number of players is in game.info, so send_game_info() MUST be called before send_player_info(). Fixed several potential bugs. Fix old hack by using S_S_GENERATING_WAITING, so named because previous code called it GAME_GENERATION_STATE, "Waiting", UNUSED_STATE, and "Unknown". Removed duplicate sends in server/plrhand.c split_player() Removed duplicate sends in server/stdinhand.c set_command() Since this is a cleanup, not affecting user visible features, leave the popdown_races_dialog(), but flag it with a FIXME! END