aboutsummaryrefslogtreecommitdiff
path: root/Tile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tile.cpp')
-rw-r--r--Tile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tile.cpp b/Tile.cpp
index 92da9e7..f240542 100644
--- a/Tile.cpp
+++ b/Tile.cpp
@@ -19,7 +19,7 @@ void Tile::set_type(const string & type) {
void Tile::set_data(TileData & data) {
this->data = data;
- Canvas & canvas = this->museum.canvas;
+ Canvas & canvas = this->museum.canvas;
this->color = canvas.tile_color.get_color(this->data.type);
this->behavior = canvas.tile_behavior.create(this->data.type);
}