Fixed wild copy-pasting.

This commit is contained in:
Guillaume Melquiond 2009-12-22 19:51:26 +00:00
parent ee467ecfb3
commit 823b0f7767

View file

@ -2568,6 +2568,3 @@ bool backstab_check(const map_location& attacker_loc,
return true; // Defender and opposite are enemies
return false; // Defender and opposite are friends
}
gamemap &map = *resources::game_map;
unit_map &units = *resources::units;