Follow-up Comment #4, bug #12316 (project wesnoth):

Seeing the commit causing it, I believe that the problem comes from missing
renaming of "user_description" to "name" in MP code. I didn't follow this 1.5
WML change, but should be easy/safe to fix this for someone aware of this area
(WML change mandatory since 1.5.3 say the comment removed from unit.cpp by
r29426)

grep -n user_description src/*.?pp
src/multiplayer_connect.cpp:705:                res["user_description"] =
t_string(description, "wesnoth");
src/multiplayer_connect.cpp:712:                res["user_description"] =
id_;
src/multiplayer_connect.cpp:798:                       
trimmed["user_description"] = "";
src/multiplayer_wait.cpp:462:           std::string description =
sd["user_description"];
src/playcampaign.cpp:508:                                                    
  (**side)["user_description"] = player->name;


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?12316>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to