CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Philippe Plantier <[EMAIL PROTECTED]> 05/08/21 14:46:05
Modified files:
src : multiplayer_wait.cpp
Log message:
Partially fixed #14124
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_wait.cpp.diff?tr1=1.32&tr2=1.33&r1=text&r2=text
Patches:
Index: wesnoth/src/multiplayer_wait.cpp
diff -u wesnoth/src/multiplayer_wait.cpp:1.32
wesnoth/src/multiplayer_wait.cpp:1.33
--- wesnoth/src/multiplayer_wait.cpp:1.32 Sun Aug 21 11:01:38 2005
+++ wesnoth/src/multiplayer_wait.cpp Sun Aug 21 14:46:04 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_wait.cpp,v 1.32 2005/08/21 11:01:38 gruikya Exp $ */
+/* $Id: multiplayer_wait.cpp,v 1.33 2005/08/21 14:46:04 gruikya Exp $ */
/*
Copyright (C)
Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -203,6 +203,8 @@
size_t faction_choice = 0;
if(allow_changes) {
+ events::event_context context;
+
const config* era = level_.child("era");
if(era == NULL)
throw network::error(_("Era not available"));