Skip to content

Commit

Permalink
fix :shroud debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 7, 2015
1 parent c605f07 commit b160462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/synced_commands.cpp
Expand Up @@ -642,7 +642,7 @@ SYNCED_COMMAND_HANDLER_FUNCTION(debug_shroud, /*child*/, use_undo, /*show*/, /*e

team& current_team = resources::controller->current_team();
current_team.set_shroud(!current_team.uses_shroud());
actions::recalculate_fog(current_team.side());
actions::clear_shroud(current_team.side());

resources::screen->recalculate_minimap();
resources::screen->redraw_everything();
Expand Down

0 comments on commit b160462

Please sign in to comment.