fixed problem with editor not working properly

This commit is contained in:
Dave White 2003-10-21 09:52:32 +00:00
parent 87605f5b18
commit 15ed0f3448

View file

@ -837,7 +837,7 @@ void display::draw_tile(int x, int y, SDL_Surface* unit_image,
double highlight_ratio, Pixel blend_with)
{
if(updatesLocked_ || teams_.empty())
if(updatesLocked_)
return;
const gamemap::location loc(x,y);