Index: cc/resources/tile.cc |
diff --git a/cc/resources/tile.cc b/cc/resources/tile.cc |
index e994a5ec94d41e1c89b04c0fd9f7c99989ba4185..82bad2ebf36caa9f5d518728882c18f879572e92 100644 |
--- a/cc/resources/tile.cc |
+++ b/cc/resources/tile.cc |
@@ -36,6 +36,7 @@ Tile::Tile(TileManager* tile_manager, |
tiling_i_index_(-1), |
tiling_j_index_(-1), |
required_for_activation_(false), |
+ required_for_draw_(false), |
id_(s_next_id_++) { |
set_picture_pile(picture_pile); |
for (int i = 0; i < NUM_TREES; i++) |