Author: jhinrichs
Date: Mon Apr 13 20:57:33 2009
New Revision: 34880

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34880&view=rev
Log:
Fix broken replays for campaign saves after the first scenario.

Modified:
    trunk/src/playcampaign.cpp

Modified: trunk/src/playcampaign.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/playcampaign.cpp?rev=34880&r1=34879&r2=34880&view=diff
==============================================================================
--- trunk/src/playcampaign.cpp (original)
+++ trunk/src/playcampaign.cpp Mon Apr 13 20:57:33 2009
@@ -583,6 +583,7 @@
 
                        if (gamestate.campaign_type != "multiplayer"){
                                gamestate.starting_pos = *scenario;
+                               write_players(gamestate, 
gamestate.starting_pos);
                        }
                }
        }


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

Reply via email to