mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 02:29:25 +00:00
format fixes
This commit is contained in:
parent
199d8416df
commit
5908d972c5
@ -399,11 +399,12 @@ void game::reset_sides()
|
|||||||
|
|
||||||
void game::update_side_data()
|
void game::update_side_data()
|
||||||
{
|
{
|
||||||
//added by iceiceice: since level_ will now reflect how an observer
|
//added by iceiceice: since level_ will now reflect how an observer
|
||||||
if (started_) return; //views the replay start position and not the current position, the sides_, side_controllers_,
|
//views the replay start position and not the current position, the sides_, side_controllers_,
|
||||||
//players_ info should not be updated from the level_ after the game has started.
|
//players_ info should not be updated from the level_ after the game has started.
|
||||||
//controller changes are now stored in the history, so an observer that joins will get up to
|
//controller changes are now stored in the history, so an observer that joins will get up to
|
||||||
//date that way.
|
//date that way.
|
||||||
|
if (started_) return;
|
||||||
|
|
||||||
DBG_GAME << "update_side_data...\n";
|
DBG_GAME << "update_side_data...\n";
|
||||||
DBG_GAME << debug_player_info();
|
DBG_GAME << debug_player_info();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user