typo fixed

This commit is contained in:
uid68698 2004-01-13 00:29:32 +00:00
parent b5c472b26d
commit cc7eea96e3

View file

@ -187,7 +187,7 @@ int mp_connect::load_map(int map, int num_turns, int village_gold,
}
if (found == false) {
gui::show_dialog(*disp_, NULL, "",
string_table["error_no_part_of_game"],
string_table["error_not_part_of_game"],
gui::OK_ONLY);
status_ = -1;
return status_;