fixed problem with editor not working properly
This commit is contained in:
parent
87605f5b18
commit
15ed0f3448
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue