Author: jhinrichs
Date: Tue Nov 6 20:38:44 2007
New Revision: 21532
URL: http://svn.gna.org/viewcvs/wesnoth?rev=21532&view=rev
Log:
fixes bug/implements feature #8893 (Please skip display of healing in quick
replay always)
Modified:
trunk/src/play_controller.cpp
Modified: trunk/src/play_controller.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/play_controller.cpp?rev=21532&r1=21531&r2=21532&view=diff
==============================================================================
--- trunk/src/play_controller.cpp (original)
+++ trunk/src/play_controller.cpp Tue Nov 6 20:38:44 2007
@@ -367,7 +367,7 @@
current_team.spend_gold(expense);
}
- calculate_healing((*gui_),map_,units_,player_number_,teams_,
!recorder.is_skipping());
+ calculate_healing((*gui_),map_,units_,player_number_,teams_,
!skip_replay_);
reset_resting(units_, player_number_);
}
if(turn_refresh || real_side_change) {
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits