wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src game.cpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth/src game.cpp
Date: Mon, 04 Jul 2005 16:49:38 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <address@hidden>    05/07/04 20:49:38

Modified files:
        src            : game.cpp 

Log message:
        fixed --multiplayer option

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/game.cpp.diff?tr1=1.261&tr2=1.262&r1=text&r2=text

Patches:
Index: wesnoth/src/game.cpp
diff -u wesnoth/src/game.cpp:1.261 wesnoth/src/game.cpp:1.262
--- wesnoth/src/game.cpp:1.261  Sun Jul  3 14:48:47 2005
+++ wesnoth/src/game.cpp        Mon Jul  4 20:49:37 2005
@@ -1,4 +1,4 @@
-/* $Id: game.cpp,v 1.261 2005/07/03 14:48:47 Sirp Exp $ */
+/* $Id: game.cpp,v 1.262 2005/07/04 20:49:37 Sirp Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://www.wesnoth.org/
@@ -564,7 +564,8 @@
                }
        }
 
-       try {
+       try {
+               state_.snapshot = level;
                ::play_game(disp(),state_,game_config_,units_data_,video_);
                
//play_level(units_data_,game_config_,&level,video_,state_,story);
        } catch(game::error& e) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]