Author: euschn
Date: Wed Jun 24 20:47:51 2009
New Revision: 36391

URL: http://svn.gna.org/viewcvs/wesnoth?rev=36391&view=rev
Log:
removed gamestatus member from replay_controller and gamestatus declaration 
from menu_events

Modified:
    trunk/src/menu_events.hpp
    trunk/src/replay_controller.cpp
    trunk/src/replay_controller.hpp

Modified: trunk/src/menu_events.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/menu_events.hpp?rev=36391&r1=36390&r2=36391&view=diff
==============================================================================
--- trunk/src/menu_events.hpp (original)
+++ trunk/src/menu_events.hpp Wed Jun 24 20:47:51 2009
@@ -25,7 +25,6 @@
 #include "widgets/textbox.hpp"
 
 class game_state;
-class gamestatus;
 class tod_manager;
 
 namespace events {

Modified: trunk/src/replay_controller.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/replay_controller.cpp?rev=36391&r1=36390&r2=36391&view=diff
==============================================================================
--- trunk/src/replay_controller.cpp (original)
+++ trunk/src/replay_controller.cpp Wed Jun 24 20:47:51 2009
@@ -57,7 +57,6 @@
        play_controller(level, state_of_game, ticks, num_turns, game_config, 
video, false),
        teams_start_(),
        gamestate_start_(state_of_game),
-       status_start_(level, num_turns, &state_of_game),
        units_start_(),
        tod_manager_start_(level, num_turns, &state_of_game),
        current_turn_(1),

Modified: trunk/src/replay_controller.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/replay_controller.hpp?rev=36391&r1=36390&r2=36391&view=diff
==============================================================================
--- trunk/src/replay_controller.hpp (original)
+++ trunk/src/replay_controller.hpp Wed Jun 24 20:47:51 2009
@@ -62,7 +62,6 @@
        void handle_generic_event(const std::string& /*name*/);
 
        game_state gamestate_start_;
-       gamestatus status_start_;
        unit_map units_start_;
        tod_manager tod_manager_start_;
 


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

Reply via email to