diff --git a/src/multiplayer_wait.cpp b/src/multiplayer_wait.cpp index 0b7a768b74d..734b2ca4456 100644 --- a/src/multiplayer_wait.cpp +++ b/src/multiplayer_wait.cpp @@ -414,7 +414,7 @@ void wait::generate_menu() str << _("(") << leader_name << _(")"); str << COLUMN_SEPARATOR; // Don't show gold for saved games - if(sd["save_id"].empty()) + if(sd["allow_changes"] == "yes") str << sd["gold"] << ' ' << sgettext("unit^Gold") << COLUMN_SEPARATOR; int income_amt = lexical_cast_default(sd["income"], 0);