Author: suokko
Date: Mon May 25 19:32:39 2009
New Revision: 35884

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35884&view=rev
Log:
Add era events to level data when using --multiplayer switch (bug #13523)

Modified:
    trunk/src/game.cpp

Modified: trunk/src/game.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game.cpp?rev=35884&r1=35883&r2=35884&view=diff
==============================================================================
--- trunk/src/game.cpp (original)
+++ trunk/src/game.cpp Mon May 25 19:32:39 2009
@@ -858,6 +858,7 @@
                }
                ++side_num;
        }
+       level.add_child("era", era_cfg);
 
        try {
                upload_log nolog(false);


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

Reply via email to